Color Hex Logo

#cecc16 Color Hex

#CECC16
(206,204,22)
0 Favorites   0 Comments

Color spaces of #cecc16

RGB 20620422
HSL0.160.810.45
HSV59°89°81°
CMYK 0.000.010.89   0.19
XYZ47.191356.36559.1514
Yxy56.36550.41870.5001
Hunter Lab75.0770-19.184545.3268
CIE-Lab79.8214-17.099877.6022

#cecc16 color RGB value is (206,204,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 00010110
Octal 316 314 26
Decimal 206 204 22
Hex CE CC 16

RGB Percentages of Color #cecc16

%47.69
%47.22
%5.09

CMYK Percentages of Color #cecc16

%0
%1
%89
%19

Triadic Colors of #cecc16

#cecc16 #16cecc #cc16ce

Analogous Colors of #cecc16

#cecc16 #74ce16 #ce7016

Monochromatic Colors of #cecc16

#cecc16

Complementary Color

#cecc16 #1618ce

#cecc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc16 Color CSS Codes

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

#cecc16 Text Font Color

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

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


#cecc16 Background Color

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

This div background color is #cecc16


#cecc16 Border Color

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

This div border color is #cecc16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc16


Comments

No comments written yet.

Please login to write comment.