Color Hex Logo

#ccc283 Color Hex

#CCC283
(204,194,131)
0 Favorites   0 Comments

Color spaces of #ccc283

RGB 204194131
HSL0.140.420.66
HSV52°36°80°
CMYK 0.000.050.36   0.20
XYZ48.290453.059629.1691
Yxy53.05960.37000.4065
Hunter Lab72.8420-9.137527.2471
CIE-Lab77.9102-5.811732.9850

#ccc283 color RGB value is (204,194,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 10000011
Octal 314 302 203
Decimal 204 194 131
Hex CC C2 83

RGB Percentages of Color #ccc283

%38.56
%36.67
%24.76

CMYK Percentages of Color #ccc283

%0
%5
%36
%20

Triadic Colors of #ccc283

#ccc283 #83ccc2 #c283cc

Analogous Colors of #ccc283

#ccc283 #b2cc83 #cc9e83

Monochromatic Colors of #ccc283

#ccc283

Complementary Color

#ccc283 #838dcc

#ccc283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc283 Color CSS Codes

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

#ccc283 Text Font Color

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

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


#ccc283 Background Color

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

This div background color is #ccc283


#ccc283 Border Color

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

This div border color is #ccc283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc283


Comments

No comments written yet.

Please login to write comment.