Color Hex Logo

#ccc27e Color Hex

#CCC27E
(204,194,126)
0 Favorites   0 Comments

Color spaces of #ccc27e

RGB 204194126
HSL0.150.430.65
HSV52°38°80°
CMYK 0.000.050.38   0.20
XYZ47.959552.927327.4269
Yxy52.92730.37380.4125
Hunter Lab72.7512-9.642628.5737
CIE-Lab77.8321-6.388335.4700

#ccc27e color RGB value is (204,194,126).

#ccc27e hex color red value is 204, green value is 194 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ccc27e hue: 0.15 , saturation: 0.43 and the lightness value of ccc27e is 0.65.

The process color (four color CMYK) of #ccc27e color hex is 0.00, 0.05, 0.38, 0.20. Web safe color of #ccc27e is #cccc66. Color #ccc27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 01111110
Octal 314 302 176
Decimal 204 194 126
Hex CC C2 7E

RGB Percentages of Color #ccc27e

%38.93
%37.02
%24.05

CMYK Percentages of Color #ccc27e

%0
%5
%38
%20

Triadic Colors of #ccc27e

#ccc27e #7eccc2 #c27ecc

Analogous Colors of #ccc27e

#ccc27e #afcc7e #cc9b7e

Monochromatic Colors of #ccc27e

#ccc27e

Complementary Color

#ccc27e #7e88cc

#ccc27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc27e Color CSS Codes

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

#ccc27e Text Font Color

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

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


#ccc27e Background Color

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

This div background color is #ccc27e


#ccc27e Border Color

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

This div border color is #ccc27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc27e


Comments

No comments written yet.

Please login to write comment.