Color Hex Logo

#cecc1e Color Hex

#CECC1E
(206,204,30)
0 Favorites   0 Comments

Color spaces of #cecc1e

RGB 20620430
HSL0.160.750.46
HSV59°85°81°
CMYK 0.000.010.85   0.19
XYZ47.280856.40139.6229
Yxy56.40130.41730.4978
Hunter Lab75.1008-19.049144.9735
CIE-Lab79.8417-16.937176.1577

#cecc1e color RGB value is (206,204,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 00011110
Octal 316 314 36
Decimal 206 204 30
Hex CE CC 1E

RGB Percentages of Color #cecc1e

%46.82
%46.36
%6.82

CMYK Percentages of Color #cecc1e

%0
%1
%85
%19

Triadic Colors of #cecc1e

#cecc1e #1ececc #cc1ece

Analogous Colors of #cecc1e

#cecc1e #78ce1e #ce741e

Monochromatic Colors of #cecc1e

#cecc1e

Complementary Color

#cecc1e #1e20ce

#cecc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc1e Color CSS Codes

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

#cecc1e Text Font Color

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

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


#cecc1e Background Color

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

This div background color is #cecc1e


#cecc1e Border Color

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

This div border color is #cecc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc1e


Comments

No comments written yet.

Please login to write comment.