Color Hex Logo

#cdd551 Color Hex

#CDD551
(205,213,81)
0 Favorites   0 Comments

Color spaces of #cdd551

RGB 20521381
HSL0.180.610.58
HSV64°62°84°
CMYK 0.040.000.62   0.16
XYZ50.456361.161716.9306
Yxy61.16170.39250.4758
Hunter Lab78.2059-21.697241.9086
CIE-Lab82.4656-19.569262.2207

#cdd551 color RGB value is (205,213,81).

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

The process color (four color CMYK) of #cdd551 color hex is 0.04, 0.00, 0.62, 0.16. Web safe color of #cdd551 is #cccc66. Color #cdd551 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010101 01010001
Octal 315 325 121
Decimal 205 213 81
Hex CD D5 51

RGB Percentages of Color #cdd551

%41.08
%42.69
%16.23

CMYK Percentages of Color #cdd551

%4
%0
%62
%16

Triadic Colors of #cdd551

#cdd551 #51cdd5 #d551cd

Analogous Colors of #cdd551

#cdd551 #8bd551 #d59b51

Monochromatic Colors of #cdd551

#cdd551

Complementary Color

#cdd551 #5951d5

#cdd551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd551 Color CSS Codes

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

#cdd551 Text Font Color

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

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


#cdd551 Background Color

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

This div background color is #cdd551


#cdd551 Border Color

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

This div border color is #cdd551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd551


Comments

No comments written yet.

Please login to write comment.