Color Hex Logo

#cee158 Color Hex

#CEE158
(206,225,88)
0 Favorites   0 Comments

Color spaces of #cee158

RGB 20622588
HSL0.190.700.61
HSV68°61°88°
CMYK 0.080.000.61   0.12
XYZ54.140367.676819.4420
Yxy67.67680.38330.4791
Hunter Lab82.2659-26.492143.5741
CIE-Lab85.8446-24.511162.9720

#cee158 color RGB value is (206,225,88).

#cee158 hex color red value is 206, green value is 225 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cee158 hue: 0.19 , saturation: 0.70 and the lightness value of cee158 is 0.61.

The process color (four color CMYK) of #cee158 color hex is 0.08, 0.00, 0.61, 0.12. Web safe color of #cee158 is #cccc66. Color #cee158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 01011000
Octal 316 341 130
Decimal 206 225 88
Hex CE E1 58

RGB Percentages of Color #cee158

%39.69
%43.35
%16.96

CMYK Percentages of Color #cee158

%8
%0
%61
%12

Triadic Colors of #cee158

#cee158 #58cee1 #e158ce

Analogous Colors of #cee158

#cee158 #8ae158 #e1b058

Monochromatic Colors of #cee158

#cee158

Complementary Color

#cee158 #6b58e1

#cee158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee158 Color CSS Codes

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

#cee158 Text Font Color

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

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


#cee158 Background Color

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

This div background color is #cee158


#cee158 Border Color

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

This div border color is #cee158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee158


Comments

No comments written yet.

Please login to write comment.