Color Hex Logo

#cdb864 Color Hex

#CDB864
(205,184,100)
0 Favorites   0 Comments

Color spaces of #cdb864

RGB 205184100
HSL0.130.510.60
HSV48°51°80°
CMYK 0.000.100.51   0.20
XYZ44.617648.180219.0047
Yxy48.18020.39910.4309
Hunter Lab69.4120-6.732232.3550
CIE-Lab74.9384-3.385245.0191

#cdb864 color RGB value is (205,184,100).

#cdb864 hex color red value is 205, green value is 184 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #cdb864 hue: 0.13 , saturation: 0.51 and the lightness value of cdb864 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111000 01100100
Octal 315 270 144
Decimal 205 184 100
Hex CD B8 64

RGB Percentages of Color #cdb864

%41.92
%37.63
%20.45

CMYK Percentages of Color #cdb864

%0
%10
%51
%20

Triadic Colors of #cdb864

#cdb864 #64cdb8 #b864cd

Analogous Colors of #cdb864

#cdb864 #aecd64 #cd8464

Monochromatic Colors of #cdb864

#cdb864

Complementary Color

#cdb864 #6479cd

#cdb864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb864 Color CSS Codes

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

#cdb864 Text Font Color

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

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


#cdb864 Background Color

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

This div background color is #cdb864


#cdb864 Border Color

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

This div border color is #cdb864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb864


Comments

No comments written yet.

Please login to write comment.