Color Hex Logo

#ccb368 Color Hex

#CCB368
(204,179,104)
0 Favorites   0 Comments

Color spaces of #ccb368

RGB 204179104
HSL0.130.500.60
HSV45°49°80°
CMYK 0.000.120.49   0.20
XYZ43.520646.077019.6967
Yxy46.07700.39820.4216
Hunter Lab67.8800-4.346630.3119
CIE-Lab73.5955-0.807741.3632

#ccb368 color RGB value is (204,179,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 01101000
Octal 314 263 150
Decimal 204 179 104
Hex CC B3 68

RGB Percentages of Color #ccb368

%41.89
%36.76
%21.36

CMYK Percentages of Color #ccb368

%0
%12
%49
%20

Triadic Colors of #ccb368

#ccb368 #68ccb3 #b368cc

Analogous Colors of #ccb368

#ccb368 #b3cc68 #cc8168

Monochromatic Colors of #ccb368

#ccb368

Complementary Color

#ccb368 #6881cc

#ccb368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb368 Color CSS Codes

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

#ccb368 Text Font Color

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

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


#ccb368 Background Color

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

This div background color is #ccb368


#ccb368 Border Color

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

This div border color is #ccb368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb368


Comments

No comments written yet.

Please login to write comment.