Color Hex Logo

#cdb968 Color Hex

#CDB968
(205,185,104)
0 Favorites   0 Comments

Color spaces of #cdb968

RGB 205185104
HSL0.130.500.61
HSV48°49°80°
CMYK 0.000.100.49   0.20
XYZ45.024548.676520.1192
Yxy48.67650.39560.4277
Hunter Lab69.7685-6.901631.7405
CIE-Lab75.2496-3.548843.4121

#cdb968 color RGB value is (205,185,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01101000
Octal 315 271 150
Decimal 205 185 104
Hex CD B9 68

RGB Percentages of Color #cdb968

%41.50
%37.45
%21.05

CMYK Percentages of Color #cdb968

%0
%10
%49
%20

Triadic Colors of #cdb968

#cdb968 #68cdb9 #b968cd

Analogous Colors of #cdb968

#cdb968 #afcd68 #cd8768

Monochromatic Colors of #cdb968

#cdb968

Complementary Color

#cdb968 #687ccd

#cdb968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb968 Color CSS Codes

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

#cdb968 Text Font Color

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

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


#cdb968 Background Color

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

This div background color is #cdb968


#cdb968 Border Color

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

This div border color is #cdb968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb968


Comments

No comments written yet.

Please login to write comment.