Color Hex Logo

#cdde4b Color Hex

#CDDE4B
(205,222,75)
0 Favorites   0 Comments

Color spaces of #cdde4b

RGB 20522275
HSL0.190.690.58
HSV67°66°87°
CMYK 0.080.000.66   0.13
XYZ52.568165.729716.5731
Yxy65.72970.38980.4874
Hunter Lab81.0739-26.140344.6316
CIE-Lab84.8584-24.311767.1085

#cdde4b color RGB value is (205,222,75).

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

The process color (four color CMYK) of #cdde4b color hex is 0.08, 0.00, 0.66, 0.13. Web safe color of #cdde4b is #cccc33. Color #cdde4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011110 01001011
Octal 315 336 113
Decimal 205 222 75
Hex CD DE 4B

RGB Percentages of Color #cdde4b

%40.84
%44.22
%14.94

CMYK Percentages of Color #cdde4b

%8
%0
%66
%13

Triadic Colors of #cdde4b

#cdde4b #4bcdde #de4bcd

Analogous Colors of #cdde4b

#cdde4b #84de4b #dea64b

Monochromatic Colors of #cdde4b

#cdde4b

Complementary Color

#cdde4b #5c4bde

#cdde4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdde4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdde4b Color CSS Codes

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

#cdde4b Text Font Color

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

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


#cdde4b Background Color

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

This div background color is #cdde4b


#cdde4b Border Color

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

This div border color is #cdde4b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,222,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 #cdde4b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdde4b


Comments

No comments written yet.

Please login to write comment.