Color Hex Logo

#cee180 Color Hex

#CEE180
(206,225,128)
0 Favorites   0 Comments

Color spaces of #cee180

RGB 206225128
HSL0.200.620.69
HSV72°43°88°
CMYK 0.080.000.43   0.12
XYZ56.275168.530830.6838
Yxy68.53080.36190.4407
Hunter Lab82.7833-23.528735.9724
CIE-Lab86.2712-20.972345.2064

#cee180 color RGB value is (206,225,128).

#cee180 hex color red value is 206, green value is 225 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cee180 hue: 0.20 , saturation: 0.62 and the lightness value of cee180 is 0.69.

The process color (four color CMYK) of #cee180 color hex is 0.08, 0.00, 0.43, 0.12. Web safe color of #cee180 is #cccc99. Color #cee180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 10000000
Octal 316 341 200
Decimal 206 225 128
Hex CE E1 80

RGB Percentages of Color #cee180

%36.85
%40.25
%22.90

CMYK Percentages of Color #cee180

%8
%0
%43
%12

Triadic Colors of #cee180

#cee180 #80cee1 #e180ce

Analogous Colors of #cee180

#cee180 #9ee180 #e1c480

Monochromatic Colors of #cee180

#cee180

Complementary Color

#cee180 #9380e1

#cee180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee180 Color CSS Codes

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

#cee180 Text Font Color

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

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


#cee180 Background Color

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

This div background color is #cee180


#cee180 Border Color

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

This div border color is #cee180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee180


Comments

No comments written yet.

Please login to write comment.