Color Hex Logo

#cde06f Color Hex

#CDE06F
(205,224,111)
0 Favorites   0 Comments

Color spaces of #cde06f

RGB 205224111
HSL0.190.650.66
HSV70°50°88°
CMYK 0.080.000.50   0.12
XYZ54.701767.438125.1727
Yxy67.43810.37130.4578
Hunter Lab82.1207-24.810039.3102
CIE-Lab85.7247-22.566752.6379

#cde06f color RGB value is (205,224,111).

#cde06f hex color red value is 205, green value is 224 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cde06f hue: 0.19 , saturation: 0.65 and the lightness value of cde06f is 0.66.

The process color (four color CMYK) of #cde06f color hex is 0.08, 0.00, 0.50, 0.12. Web safe color of #cde06f is #cccc66. Color #cde06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 01101111
Octal 315 340 157
Decimal 205 224 111
Hex CD E0 6F

RGB Percentages of Color #cde06f

%37.96
%41.48
%20.56

CMYK Percentages of Color #cde06f

%8
%0
%50
%12

Triadic Colors of #cde06f

#cde06f #6fcde0 #e06fcd

Analogous Colors of #cde06f

#cde06f #95e06f #e0bb6f

Monochromatic Colors of #cde06f

#cde06f

Complementary Color

#cde06f #826fe0

#cde06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde06f Color CSS Codes

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

#cde06f Text Font Color

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

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


#cde06f Background Color

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

This div background color is #cde06f


#cde06f Border Color

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

This div border color is #cde06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde06f


Comments

No comments written yet.

Please login to write comment.