Color Hex Logo

#cdf05f Color Hex

#CDF05F
(205,240,95)
0 Favorites   0 Comments

Color spaces of #cdf05f

RGB 20524095
HSL0.210.830.66
HSV74°60°94°
CMYK 0.150.000.60   0.06
XYZ58.402576.125522.4420
Yxy76.12550.37210.4850
Hunter Lab87.2499-33.204845.8247
CIE-Lab89.9176-31.464264.4765

#cdf05f color RGB value is (205,240,95).

#cdf05f hex color red value is 205, green value is 240 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cdf05f hue: 0.21 , saturation: 0.83 and the lightness value of cdf05f is 0.66.

The process color (four color CMYK) of #cdf05f color hex is 0.15, 0.00, 0.60, 0.06. Web safe color of #cdf05f is #ccff66. Color #cdf05f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110000 01011111
Octal 315 360 137
Decimal 205 240 95
Hex CD F0 5F

RGB Percentages of Color #cdf05f

%37.96
%44.44
%17.59

CMYK Percentages of Color #cdf05f

%15
%0
%60
%6

Triadic Colors of #cdf05f

#cdf05f #5fcdf0 #f05fcd

Analogous Colors of #cdf05f

#cdf05f #85f05f #f0cb5f

Monochromatic Colors of #cdf05f

#cdf05f

Complementary Color

#cdf05f #825ff0

#cdf05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf05f Color CSS Codes

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

#cdf05f Text Font Color

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

This sample text font color is #cdf05f
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.


#cdf05f Background Color

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

This div background color is #cdf05f


#cdf05f Border Color

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

This div border color is #cdf05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf05f


Comments

No comments written yet.

Please login to write comment.