Color Hex Logo

#ccc28b Color Hex

#CCC28B
(204,194,139)
0 Favorites   0 Comments

Color spaces of #ccc28b

RGB 204194139
HSL0.140.390.67
HSV51°32°80°
CMYK 0.000.050.32   0.20
XYZ48.853853.285032.1363
Yxy53.28500.36380.3968
Hunter Lab72.9966-8.280824.9955
CIE-Lab78.0430-4.838428.9826

#ccc28b color RGB value is (204,194,139).

#ccc28b hex color red value is 204, green value is 194 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ccc28b hue: 0.14 , saturation: 0.39 and the lightness value of ccc28b is 0.67.

The process color (four color CMYK) of #ccc28b color hex is 0.00, 0.05, 0.32, 0.20. Web safe color of #ccc28b is #cccc99. Color #ccc28b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 10001011
Octal 314 302 213
Decimal 204 194 139
Hex CC C2 8B

RGB Percentages of Color #ccc28b

%37.99
%36.13
%25.88

CMYK Percentages of Color #ccc28b

%0
%5
%32
%20

Triadic Colors of #ccc28b

#ccc28b #8bccc2 #c28bcc

Analogous Colors of #ccc28b

#ccc28b #b6cc8b #cca28b

Monochromatic Colors of #ccc28b

#ccc28b

Complementary Color

#ccc28b #8b95cc

#ccc28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc28b Color CSS Codes

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

#ccc28b Text Font Color

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

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


#ccc28b Background Color

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

This div background color is #ccc28b


#ccc28b Border Color

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

This div border color is #ccc28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc28b


Comments

No comments written yet.

Please login to write comment.