Color Hex Logo

#cedc16 Color Hex

#CEDC16
(206,220,22)
0 Favorites   0 Comments

Color spaces of #cedc16

RGB 20622022
HSL0.180.820.47
HSV64°90°86°
CMYK 0.060.000.90   0.14
XYZ51.191664.366110.4849
Yxy64.36610.40610.5107
Hunter Lab80.2285-26.503948.4114
CIE-Lab84.1560-24.898481.0119

#cedc16 color RGB value is (206,220,22).

#cedc16 hex color red value is 206, green value is 220 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #cedc16 hue: 0.18 , saturation: 0.82 and the lightness value of cedc16 is 0.47.

The process color (four color CMYK) of #cedc16 color hex is 0.06, 0.00, 0.90, 0.14. Web safe color of #cedc16 is #cccc00. Color #cedc16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 00010110
Octal 316 334 26
Decimal 206 220 22
Hex CE DC 16

RGB Percentages of Color #cedc16

%45.98
%49.11
%4.91

CMYK Percentages of Color #cedc16

%6
%0
%90
%14

Triadic Colors of #cedc16

#cedc16 #16cedc #dc16ce

Analogous Colors of #cedc16

#cedc16 #6bdc16 #dc8716

Monochromatic Colors of #cedc16

#cedc16

Complementary Color

#cedc16 #2416dc

#cedc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc16 Color CSS Codes

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

#cedc16 Text Font Color

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

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


#cedc16 Background Color

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

This div background color is #cedc16


#cedc16 Border Color

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

This div border color is #cedc16


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,220,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 #cedc16">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc16


Comments

No comments written yet.

Please login to write comment.