Color Hex Logo

#cdd255 Color Hex

#CDD255
(205,210,85)
0 Favorites   0 Comments

Color spaces of #cdd255

RGB 20521085
HSL0.170.580.58
HSV62°60°82°
CMYK 0.020.000.60   0.18
XYZ49.863159.728217.4950
Yxy59.72820.39240.4700
Hunter Lab77.2840-20.080140.6772
CIE-Lab81.6902-17.820059.7018

#cdd255 color RGB value is (205,210,85).

#cdd255 hex color red value is 205, green value is 210 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cdd255 hue: 0.17 , saturation: 0.58 and the lightness value of cdd255 is 0.58.

The process color (four color CMYK) of #cdd255 color hex is 0.02, 0.00, 0.60, 0.18. Web safe color of #cdd255 is #cccc66. Color #cdd255 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 01010101
Octal 315 322 125
Decimal 205 210 85
Hex CD D2 55

RGB Percentages of Color #cdd255

%41.00
%42.00
%17.00

CMYK Percentages of Color #cdd255

%2
%0
%60
%18

Triadic Colors of #cdd255

#cdd255 #55cdd2 #d255cd

Analogous Colors of #cdd255

#cdd255 #8fd255 #d29955

Monochromatic Colors of #cdd255

#cdd255

Complementary Color

#cdd255 #5a55d2

#cdd255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd255 Color CSS Codes

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

#cdd255 Text Font Color

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

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


#cdd255 Background Color

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

This div background color is #cdd255


#cdd255 Border Color

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

This div border color is #cdd255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd255


Comments

No comments written yet.

Please login to write comment.