Color Hex Logo

#cdb957 Color Hex

#CDB957
(205,185,87)
0 Favorites   0 Comments

Color spaces of #cdb957

RGB 20518587
HSL0.140.540.57
HSV50°58°80°
CMYK 0.000.100.58   0.20
XYZ44.246148.365216.0202
Yxy48.36520.40730.4452
Hunter Lab69.5451-8.138335.0237
CIE-Lab75.0547-4.967751.4066

#cdb957 color RGB value is (205,185,87).

#cdb957 hex color red value is 205, green value is 185 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cdb957 hue: 0.14 , saturation: 0.54 and the lightness value of cdb957 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01010111
Octal 315 271 127
Decimal 205 185 87
Hex CD B9 57

RGB Percentages of Color #cdb957

%42.98
%38.78
%18.24

CMYK Percentages of Color #cdb957

%0
%10
%58
%20

Triadic Colors of #cdb957

#cdb957 #57cdb9 #b957cd

Analogous Colors of #cdb957

#cdb957 #a6cd57 #cd7e57

Monochromatic Colors of #cdb957

#cdb957

Complementary Color

#cdb957 #576bcd

#cdb957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb957 Color CSS Codes

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

#cdb957 Text Font Color

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

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


#cdb957 Background Color

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

This div background color is #cdb957


#cdb957 Border Color

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

This div border color is #cdb957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb957


Comments

No comments written yet.

Please login to write comment.