Color Hex Logo

#cee270 Color Hex

#CEE270
(206,226,112)
0 Favorites   0 Comments

Color spaces of #cee270

RGB 206226112
HSL0.200.660.66
HSV71°50°89°
CMYK 0.090.000.50   0.11
XYZ55.574668.684425.6576
Yxy68.68440.37070.4582
Hunter Lab82.8761-25.335539.6576
CIE-Lab86.3475-23.050852.9285

#cee270 color RGB value is (206,226,112).

#cee270 hex color red value is 206, green value is 226 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cee270 hue: 0.20 , saturation: 0.66 and the lightness value of cee270 is 0.66.

The process color (four color CMYK) of #cee270 color hex is 0.09, 0.00, 0.50, 0.11. Web safe color of #cee270 is #cccc66. Color #cee270 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 01110000
Octal 316 342 160
Decimal 206 226 112
Hex CE E2 70

RGB Percentages of Color #cee270

%37.87
%41.54
%20.59

CMYK Percentages of Color #cee270

%9
%0
%50
%11

Triadic Colors of #cee270

#cee270 #70cee2 #e270ce

Analogous Colors of #cee270

#cee270 #95e270 #e2bd70

Monochromatic Colors of #cee270

#cee270

Complementary Color

#cee270 #8470e2

#cee270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee270 Color CSS Codes

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

#cee270 Text Font Color

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

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


#cee270 Background Color

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

This div background color is #cee270


#cee270 Border Color

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

This div border color is #cee270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee270


Comments

No comments written yet.

Please login to write comment.