Color Hex Logo

#cde04b Color Hex

#CDE04B
(205,224,75)
0 Favorites   0 Comments

Color spaces of #cde04b

RGB 20522475
HSL0.190.710.59
HSV68°67°88°
CMYK 0.080.000.67   0.12
XYZ53.102566.798416.7512
Yxy66.79840.38860.4888
Hunter Lab81.7303-27.051545.0593
CIE-Lab85.4020-25.269067.6647

#cde04b color RGB value is (205,224,75).

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

The process color (four color CMYK) of #cde04b color hex is 0.08, 0.00, 0.67, 0.12. Web safe color of #cde04b is #cccc33. Color #cde04b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 01001011
Octal 315 340 113
Decimal 205 224 75
Hex CD E0 4B

RGB Percentages of Color #cde04b

%40.67
%44.44
%14.88

CMYK Percentages of Color #cde04b

%8
%0
%67
%12

Triadic Colors of #cde04b

#cde04b #4bcde0 #e04bcd

Analogous Colors of #cde04b

#cde04b #83e04b #e0a94b

Monochromatic Colors of #cde04b

#cde04b

Complementary Color

#cde04b #5e4be0

#cde04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde04b Color CSS Codes

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

#cde04b Text Font Color

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

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


#cde04b Background Color

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

This div background color is #cde04b


#cde04b Border Color

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

This div border color is #cde04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde04b


Comments

No comments written yet.

Please login to write comment.