Color Hex Logo

#cdd061 Color Hex

#CDD061
(205,208,97)
0 Favorites   0 Comments

Color spaces of #cdd061

RGB 20520897
HSL0.170.540.60
HSV62°53°82°
CMYK 0.010.000.53   0.18
XYZ49.890458.954020.0590
Yxy58.95400.38700.4574
Hunter Lab76.7815-18.383538.2577
CIE-Lab81.2663-15.919153.8994

#cdd061 color RGB value is (205,208,97).

#cdd061 hex color red value is 205, green value is 208 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cdd061 hue: 0.17 , saturation: 0.54 and the lightness value of cdd061 is 0.60.

The process color (four color CMYK) of #cdd061 color hex is 0.01, 0.00, 0.53, 0.18. Web safe color of #cdd061 is #cccc66. Color #cdd061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 01100001
Octal 315 320 141
Decimal 205 208 97
Hex CD D0 61

RGB Percentages of Color #cdd061

%40.20
%40.78
%19.02

CMYK Percentages of Color #cdd061

%1
%0
%53
%18

Triadic Colors of #cdd061

#cdd061 #61cdd0 #d061cd

Analogous Colors of #cdd061

#cdd061 #96d061 #d09c61

Monochromatic Colors of #cdd061

#cdd061

Complementary Color

#cdd061 #6461d0

#cdd061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd061 Color CSS Codes

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

#cdd061 Text Font Color

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

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


#cdd061 Background Color

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

This div background color is #cdd061


#cdd061 Border Color

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

This div border color is #cdd061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd061


Comments

No comments written yet.

Please login to write comment.