Color Hex Logo

#cedc11 Color Hex

#CEDC11
(206,220,17)
0 Favorites   0 Comments

Color spaces of #cedc11

RGB 20622017
HSL0.180.860.46
HSV64°92°86°
CMYK 0.060.000.92   0.14
XYZ51.148064.348710.2551
Yxy64.34870.40670.5117
Hunter Lab80.2176-26.566548.5727
CIE-Lab84.1470-24.975081.6710

#cedc11 color RGB value is (206,220,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 00010001
Octal 316 334 21
Decimal 206 220 17
Hex CE DC 11

RGB Percentages of Color #cedc11

%46.50
%49.66
%3.84

CMYK Percentages of Color #cedc11

%6
%0
%92
%14

Triadic Colors of #cedc11

#cedc11 #11cedc #dc11ce

Analogous Colors of #cedc11

#cedc11 #69dc11 #dc8511

Monochromatic Colors of #cedc11

#cedc11

Complementary Color

#cedc11 #1f11dc

#cedc11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc11 Color CSS Codes

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

#cedc11 Text Font Color

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

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


#cedc11 Background Color

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

This div background color is #cedc11


#cedc11 Border Color

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

This div border color is #cedc11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc11


Comments

No comments written yet.

Please login to write comment.