Color Hex Logo

#cecc1a Color Hex

#CECC1A
(206,204,26)
0 Favorites   0 Comments

Color spaces of #cecc1a

RGB 20620426
HSL0.160.780.45
HSV59°87°81°
CMYK 0.000.010.87   0.19
XYZ47.232956.38219.3707
Yxy56.38210.41800.4990
Hunter Lab75.0880-19.121545.1624
CIE-Lab79.8308-17.024076.9242

#cecc1a color RGB value is (206,204,26).

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

The process color (four color CMYK) of #cecc1a color hex is 0.00, 0.01, 0.87, 0.19. Web safe color of #cecc1a is #cccc33. Color #cecc1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 00011010
Octal 316 314 32
Decimal 206 204 26
Hex CE CC 1A

RGB Percentages of Color #cecc1a

%47.25
%46.79
%5.96

CMYK Percentages of Color #cecc1a

%0
%1
%87
%19

Triadic Colors of #cecc1a

#cecc1a #1acecc #cc1ace

Analogous Colors of #cecc1a

#cecc1a #76ce1a #ce721a

Monochromatic Colors of #cecc1a

#cecc1a

Complementary Color

#cecc1a #1a1cce

#cecc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc1a Color CSS Codes

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

#cecc1a Text Font Color

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

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


#cecc1a Background Color

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

This div background color is #cecc1a


#cecc1a Border Color

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

This div border color is #cecc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc1a


Comments

No comments written yet.

Please login to write comment.