Color Hex Logo

#cecc0a Color Hex

#CECC0A
(206,204,10)
0 Favorites   0 Comments

Color spaces of #cecc0a

RGB 20620410
HSL0.160.910.42
HSV59°95°81°
CMYK 0.000.010.95   0.19
XYZ47.101356.32958.6773
Yxy56.32950.42010.5025
Hunter Lab75.0530-19.320845.6822
CIE-Lab79.8010-17.263779.1068

#cecc0a color RGB value is (206,204,10).

#cecc0a hex color red value is 206, green value is 204 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cecc0a hue: 0.16 , saturation: 0.91 and the lightness value of cecc0a is 0.42.

The process color (four color CMYK) of #cecc0a color hex is 0.00, 0.01, 0.95, 0.19. Web safe color of #cecc0a is #cccc00. Color #cecc0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 00001010
Octal 316 314 12
Decimal 206 204 10
Hex CE CC A

RGB Percentages of Color #cecc0a

%49.05
%48.57
%2.38

CMYK Percentages of Color #cecc0a

%0
%1
%95
%19

Triadic Colors of #cecc0a

#cecc0a #0acecc #cc0ace

Analogous Colors of #cecc0a

#cecc0a #6ece0a #ce6a0a

Monochromatic Colors of #cecc0a

#cecc0a

Complementary Color

#cecc0a #0a0cce

#cecc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc0a Color CSS Codes

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

#cecc0a Text Font Color

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

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


#cecc0a Background Color

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

This div background color is #cecc0a


#cecc0a Border Color

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

This div border color is #cecc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc0a


Comments

No comments written yet.

Please login to write comment.