Color Hex Logo

#ccb68f Color Hex

#CCB68F
(204,182,143)
0 Favorites   0 Comments

Color spaces of #ccb68f

RGB 204182143
HSL0.110.370.68
HSV38°30°80°
CMYK 0.000.110.30   0.20
XYZ46.587748.276432.8494
Yxy48.27640.36480.3780
Hunter Lab69.4812-1.906520.6057
CIE-Lab74.99891.991422.7565

#ccb68f color RGB value is (204,182,143).

#ccb68f hex color red value is 204, green value is 182 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ccb68f hue: 0.11 , saturation: 0.37 and the lightness value of ccb68f is 0.68.

The process color (four color CMYK) of #ccb68f color hex is 0.00, 0.11, 0.30, 0.20. Web safe color of #ccb68f is #cccc99. Color #ccb68f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 10001111
Octal 314 266 217
Decimal 204 182 143
Hex CC B6 8F

RGB Percentages of Color #ccb68f

%38.56
%34.40
%27.03

CMYK Percentages of Color #ccb68f

%0
%11
%30
%20

Triadic Colors of #ccb68f

#ccb68f #8fccb6 #b68fcc

Analogous Colors of #ccb68f

#ccb68f #c4cc8f #cc988f

Monochromatic Colors of #ccb68f

#ccb68f

Complementary Color

#ccb68f #8fa5cc

#ccb68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb68f Color CSS Codes

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

#ccb68f Text Font Color

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

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


#ccb68f Background Color

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

This div background color is #ccb68f


#ccb68f Border Color

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

This div border color is #ccb68f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,182,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb68f


Comments

No comments written yet.

Please login to write comment.