Color Hex Logo

#cde06b Color Hex

#CDE06B
(205,224,107)
0 Favorites   0 Comments

Color spaces of #cde06b

RGB 205224107
HSL0.190.650.65
HSV70°52°88°
CMYK 0.080.000.52   0.12
XYZ54.486367.352024.0384
Yxy67.35200.37350.4617
Hunter Lab82.0683-25.110740.0813
CIE-Lab85.6814-22.926754.4353

#cde06b color RGB value is (205,224,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 01101011
Octal 315 340 153
Decimal 205 224 107
Hex CD E0 6B

RGB Percentages of Color #cde06b

%38.25
%41.79
%19.96

CMYK Percentages of Color #cde06b

%8
%0
%52
%12

Triadic Colors of #cde06b

#cde06b #6bcde0 #e06bcd

Analogous Colors of #cde06b

#cde06b #93e06b #e0b96b

Monochromatic Colors of #cde06b

#cde06b

Complementary Color

#cde06b #7e6be0

#cde06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde06b Color CSS Codes

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

#cde06b Text Font Color

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

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


#cde06b Background Color

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

This div background color is #cde06b


#cde06b Border Color

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

This div border color is #cde06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde06b


Comments

No comments written yet.

Please login to write comment.