Color Hex Logo

#cee414 Color Hex

#CEE414
(206,228,20)
0 Favorites   0 Comments

Color spaces of #cee414

RGB 20622820
HSL0.180.840.49
HSV66°91°89°
CMYK 0.100.000.91   0.11
XYZ53.323368.659111.1039
Yxy68.65910.40070.5159
Hunter Lab82.8608-30.136550.0573
CIE-Lab86.3350-28.720382.9991

#cee414 color RGB value is (206,228,20).

#cee414 hex color red value is 206, green value is 228 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cee414 hue: 0.18 , saturation: 0.84 and the lightness value of cee414 is 0.49.

The process color (four color CMYK) of #cee414 color hex is 0.10, 0.00, 0.91, 0.11. Web safe color of #cee414 is #cccc00. Color #cee414 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100100 00010100
Octal 316 344 24
Decimal 206 228 20
Hex CE E4 14

RGB Percentages of Color #cee414

%45.37
%50.22
%4.41

CMYK Percentages of Color #cee414

%10
%0
%91
%11

Triadic Colors of #cee414

#cee414 #14cee4 #e414ce

Analogous Colors of #cee414

#cee414 #66e414 #e49214

Monochromatic Colors of #cee414

#cee414

Complementary Color

#cee414 #2a14e4

#cee414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee414 Color CSS Codes

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

#cee414 Text Font Color

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

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


#cee414 Background Color

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

This div background color is #cee414


#cee414 Border Color

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

This div border color is #cee414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee414


Comments

No comments written yet.

Please login to write comment.