Color Hex Logo

#ccb272 Color Hex

#CCB272
(204,178,114)
0 Favorites   0 Comments

Color spaces of #ccb272

RGB 204178114
HSL0.120.470.62
HSV43°44°80°
CMYK 0.000.130.44   0.20
XYZ43.859545.893122.4662
Yxy45.89310.39080.4090
Hunter Lab67.7444-2.987327.7587
CIE-Lab73.47610.704536.0867

#ccb272 color RGB value is (204,178,114).

#ccb272 hex color red value is 204, green value is 178 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ccb272 hue: 0.12 , saturation: 0.47 and the lightness value of ccb272 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 01110010
Octal 314 262 162
Decimal 204 178 114
Hex CC B2 72

RGB Percentages of Color #ccb272

%41.13
%35.89
%22.98

CMYK Percentages of Color #ccb272

%0
%13
%44
%20

Triadic Colors of #ccb272

#ccb272 #72ccb2 #b272cc

Analogous Colors of #ccb272

#ccb272 #b9cc72 #cc8572

Monochromatic Colors of #ccb272

#ccb272

Complementary Color

#ccb272 #728ccc

#ccb272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb272 Color CSS Codes

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

#ccb272 Text Font Color

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

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


#ccb272 Background Color

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

This div background color is #ccb272


#ccb272 Border Color

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

This div border color is #ccb272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb272


Comments

No comments written yet.

Please login to write comment.