Color Hex Logo

#cdb977 Color Hex

#CDB977
(205,185,119)
0 Favorites   0 Comments

Color spaces of #cdb977

RGB 205185119
HSL0.130.460.64
HSV46°42°80°
CMYK 0.000.100.42   0.20
XYZ45.855649.009024.4956
Yxy49.00900.38420.4106
Hunter Lab70.0064-5.590228.2586
CIE-Lab75.4569-2.058736.0454

#cdb977 color RGB value is (205,185,119).

#cdb977 hex color red value is 205, green value is 185 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #cdb977 hue: 0.13 , saturation: 0.46 and the lightness value of cdb977 is 0.64.

The process color (four color CMYK) of #cdb977 color hex is 0.00, 0.10, 0.42, 0.20. Web safe color of #cdb977 is #cccc66. Color #cdb977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01110111
Octal 315 271 167
Decimal 205 185 119
Hex CD B9 77

RGB Percentages of Color #cdb977

%40.28
%36.35
%23.38

CMYK Percentages of Color #cdb977

%0
%10
%42
%20

Triadic Colors of #cdb977

#cdb977 #77cdb9 #b977cd

Analogous Colors of #cdb977

#cdb977 #b6cd77 #cd8e77

Monochromatic Colors of #cdb977

#cdb977

Complementary Color

#cdb977 #778bcd

#cdb977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb977 Color CSS Codes

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

#cdb977 Text Font Color

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

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


#cdb977 Background Color

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

This div background color is #cdb977


#cdb977 Border Color

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

This div border color is #cdb977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb977


Comments

No comments written yet.

Please login to write comment.