Color Hex Logo

#ccb27a Color Hex

#CCB27A
(204,178,122)
0 Favorites   0 Comments

Color spaces of #ccb27a

RGB 204178122
HSL0.110.450.64
HSV41°40°80°
CMYK 0.000.130.40   0.20
XYZ44.335146.083324.9706
Yxy46.08330.38420.3994
Hunter Lab67.8847-2.220925.7101
CIE-Lab73.59961.564032.0618

#ccb27a color RGB value is (204,178,122).

#ccb27a hex color red value is 204, green value is 178 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ccb27a hue: 0.11 , saturation: 0.45 and the lightness value of ccb27a is 0.64.

The process color (four color CMYK) of #ccb27a color hex is 0.00, 0.13, 0.40, 0.20. Web safe color of #ccb27a is #cc9966. Color #ccb27a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 01111010
Octal 314 262 172
Decimal 204 178 122
Hex CC B2 7A

RGB Percentages of Color #ccb27a

%40.48
%35.32
%24.21

CMYK Percentages of Color #ccb27a

%0
%13
%40
%20

Triadic Colors of #ccb27a

#ccb27a #7accb2 #b27acc

Analogous Colors of #ccb27a

#ccb27a #bdcc7a #cc897a

Monochromatic Colors of #ccb27a

#ccb27a

Complementary Color

#ccb27a #7a94cc

#ccb27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb27a Color CSS Codes

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

#ccb27a Text Font Color

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

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


#ccb27a Background Color

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

This div background color is #ccb27a


#ccb27a Border Color

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

This div border color is #ccb27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb27a


Comments

No comments written yet.

Please login to write comment.