Color Hex Logo

#cdb368 Color Hex

#CDB368
(205,179,104)
0 Favorites   0 Comments

Color spaces of #cdb368

RGB 205179104
HSL0.120.500.61
HSV45°49°80°
CMYK 0.000.130.49   0.20
XYZ43.795646.218819.7095
Yxy46.21880.39910.4212
Hunter Lab67.9844-3.982930.4002
CIE-Lab73.6873-0.393441.4970

#cdb368 color RGB value is (205,179,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 01101000
Octal 315 263 150
Decimal 205 179 104
Hex CD B3 68

RGB Percentages of Color #cdb368

%42.01
%36.68
%21.31

CMYK Percentages of Color #cdb368

%0
%13
%49
%20

Triadic Colors of #cdb368

#cdb368 #68cdb3 #b368cd

Analogous Colors of #cdb368

#cdb368 #b5cd68 #cd8168

Monochromatic Colors of #cdb368

#cdb368

Complementary Color

#cdb368 #6882cd

#cdb368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb368 Color CSS Codes

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

#cdb368 Text Font Color

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

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


#cdb368 Background Color

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

This div background color is #cdb368


#cdb368 Border Color

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

This div border color is #cdb368


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,179,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 #cdb368">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb368


Comments

No comments written yet.

Please login to write comment.