Color Hex Logo

#cdd45b Color Hex

#CDD45B
(205,212,91)
0 Favorites   0 Comments

Color spaces of #cdd45b

RGB 20521291
HSL0.180.580.59
HSV63°57°83°
CMYK 0.030.000.57   0.17
XYZ50.608660.821418.9699
Yxy60.82140.38810.4664
Hunter Lab77.9881-20.645640.1699
CIE-Lab82.2826-18.373757.7498

#cdd45b color RGB value is (205,212,91).

#cdd45b hex color red value is 205, green value is 212 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cdd45b hue: 0.18 , saturation: 0.58 and the lightness value of cdd45b is 0.59.

The process color (four color CMYK) of #cdd45b color hex is 0.03, 0.00, 0.57, 0.17. Web safe color of #cdd45b is #cccc66. Color #cdd45b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010100 01011011
Octal 315 324 133
Decimal 205 212 91
Hex CD D4 5B

RGB Percentages of Color #cdd45b

%40.35
%41.73
%17.91

CMYK Percentages of Color #cdd45b

%3
%0
%57
%17

Triadic Colors of #cdd45b

#cdd45b #5bcdd4 #d45bcd

Analogous Colors of #cdd45b

#cdd45b #91d45b #d49f5b

Monochromatic Colors of #cdd45b

#cdd45b

Complementary Color

#cdd45b #625bd4

#cdd45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd45b Color CSS Codes

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

#cdd45b Text Font Color

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

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


#cdd45b Background Color

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

This div background color is #cdd45b


#cdd45b Border Color

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

This div border color is #cdd45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd45b


Comments

No comments written yet.

Please login to write comment.