Color Hex Logo

#cee115 Color Hex

#CEE115
(206,225,21)
0 Favorites   0 Comments

Color spaces of #cee115

RGB 20622521
HSL0.180.830.48
HSV66°91°88°
CMYK 0.080.000.91   0.12
XYZ52.514267.026410.8791
Yxy67.02640.40270.5139
Hunter Lab81.8697-28.775449.4301
CIE-Lab85.5173-27.292282.2242

#cee115 color RGB value is (206,225,21).

#cee115 hex color red value is 206, green value is 225 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cee115 hue: 0.18 , saturation: 0.83 and the lightness value of cee115 is 0.48.

The process color (four color CMYK) of #cee115 color hex is 0.08, 0.00, 0.91, 0.12. Web safe color of #cee115 is #cccc00. Color #cee115 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 00010101
Octal 316 341 25
Decimal 206 225 21
Hex CE E1 15

RGB Percentages of Color #cee115

%45.58
%49.78
%4.65

CMYK Percentages of Color #cee115

%8
%0
%91
%12

Triadic Colors of #cee115

#cee115 #15cee1 #e115ce

Analogous Colors of #cee115

#cee115 #68e115 #e18e15

Monochromatic Colors of #cee115

#cee115

Complementary Color

#cee115 #2815e1

#cee115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee115 Color CSS Codes

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

#cee115 Text Font Color

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

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


#cee115 Background Color

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

This div background color is #cee115


#cee115 Border Color

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

This div border color is #cee115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee115


Comments

No comments written yet.

Please login to write comment.