color codes Logo

#ccc83e color codes

#CCC83E
(204,200,62)
0 Favorites   0 Comments

Color spaces of #ccc83e

RGB 20420062
HSL0.160.580.52
HSV58°70°80°
CMYK 0.000.020.70   0.20
XYZ46.425654.493712.6289
Yxy54.49370.40890.4799
Hunter Lab73.8198-16.925441.5307
CIE-Lab78.7487-14.629365.8238

#ccc83e color RGB value is (204,200,62).

#ccc83e hex color red value is 204, green value is 200 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ccc83e hue: 0.16 , saturation: 0.58 and the lightness value of ccc83e is 0.52.

The process color (four color CMYK) of #ccc83e color code is 0.00, 0.02, 0.70, 0.20. Web safe color of #ccc83e is #cccc33. Color #ccc83e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 00111110
Octal 314 310 76
Decimal 204 200 62
Hex CC C8 3E

RGB Percentages of Color #ccc83e

%43.78
%42.92
%13.30

CMYK Percentages of Color #ccc83e

%0
%2
%70
%20

Triadic Colors of #ccc83e

#ccc83e #3eccc8 #c83ecc

Analogous Colors of #ccc83e

#ccc83e #89cc3e #cc813e

Monochromatic Colors of #ccc83e

#ccc83e

Complementary Color

#ccc83e #3e42cc

#ccc83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc83e Color CSS Codes

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

#ccc83e Text Font Color

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

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


#ccc83e Background Color

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

This div background color is #ccc83e


#ccc83e Border Color

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

This div border color is #ccc83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc83e


Comments

No comments written yet.

Please login to write comment.