Color Hex Logo

#cdf53f Color Hex

#CDF53F
(205,245,63)
0 Favorites   0 Comments

Color spaces of #cdf53f

RGB 20524563
HSL0.200.900.60
HSV73°74°96°
CMYK 0.160.000.74   0.04
XYZ58.726478.642816.7870
Yxy78.64280.38100.5102
Hunter Lab88.6808-36.984750.8531
CIE-Lab91.0724-35.657677.3650

#cdf53f color RGB value is (205,245,63).

#cdf53f hex color red value is 205, green value is 245 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cdf53f hue: 0.20 , saturation: 0.90 and the lightness value of cdf53f is 0.60.

The process color (four color CMYK) of #cdf53f color hex is 0.16, 0.00, 0.74, 0.04. Web safe color of #cdf53f is #ccff33. Color #cdf53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110101 00111111
Octal 315 365 77
Decimal 205 245 63
Hex CD F5 3F

RGB Percentages of Color #cdf53f

%39.96
%47.76
%12.28

CMYK Percentages of Color #cdf53f

%16
%0
%74
%4

Triadic Colors of #cdf53f

#cdf53f #3fcdf5 #f53fcd

Analogous Colors of #cdf53f

#cdf53f #72f53f #f5c23f

Monochromatic Colors of #cdf53f

#cdf53f

Complementary Color

#cdf53f #673ff5

#cdf53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf53f Color CSS Codes

.mybgcolor {background-color:#cdf53f; } 
.myforecolor {color:#cdf53f; }
.mybordercolor {border:3px solid #cdf53f; }

#cdf53f Text Font Color

<p style="color:#cdf53f">Text here</p>

This sample text font color is #cdf53f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cdf53f Background Color

<div style="background-color:#cdf53f">
Div content here</div>

This div background color is #cdf53f


#cdf53f Border Color

<div style="border:3px solid #cdf53f">
Div here</div>

This div border color is #cdf53f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,245,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdf53f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdf53f;
  -webkit-box-shadow: 1px 1px 3px 2px #cdf53f;
  box-shadow:         1px 1px 3px 2px #cdf53f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,245,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cdf53f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cdf53f;
  -webkit-box-shadow: 1px 1px 3px 2px #cdf53f;
  box-shadow:         1px 1px 3px 2px #cdf53f;">
Div content here</div>

This div box has shadow with color #cdf53f


Comments

No comments written yet.

Please login to write comment.