Color Hex Logo

#cee400 Color Hex

#CEE400
(206,228,0)
0 Favorites   0 Comments

Color spaces of #cee400

RGB 2062280
HSL0.181.000.45
HSV66°100°89°
CMYK 0.100.001.00   0.11
XYZ53.197068.608610.4390
Yxy68.60860.40230.5188
Hunter Lab82.8303-30.313150.5090
CIE-Lab86.3099-28.938084.8594

#cee400 color RGB value is (206,228,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100100 00000000
Octal 316 344 0
Decimal 206 228 0
Hex CE E4 0

RGB Percentages of Color #cee400

%47.47
%52.53
%0.00

CMYK Percentages of Color #cee400

%10
%0
%100
%11

Triadic Colors of #cee400

#cee400 #00cee4 #e400ce

Analogous Colors of #cee400

#cee400 #5ce400 #e48800

Monochromatic Colors of #cee400

#cee400

Complementary Color

#cee400 #1600e4

#cee400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee400 Color CSS Codes

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

#cee400 Text Font Color

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

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


#cee400 Background Color

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

This div background color is #cee400


#cee400 Border Color

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

This div border color is #cee400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee400


Comments

No comments written yet.

Please login to write comment.