Color Hex Logo

#cee193 Color Hex

#CEE193
(206,225,147)
0 Favorites   0 Comments

Color spaces of #cee193

RGB 206225147
HSL0.210.570.73
HSV75°35°88°
CMYK 0.080.000.35   0.12
XYZ57.645369.078837.8991
Yxy69.07880.35020.4196
Hunter Lab83.1137-21.646331.1438
CIE-Lab86.5431-18.763936.1117

#cee193 color RGB value is (206,225,147).

#cee193 hex color red value is 206, green value is 225 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cee193 hue: 0.21 , saturation: 0.57 and the lightness value of cee193 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 10010011
Octal 316 341 223
Decimal 206 225 147
Hex CE E1 93

RGB Percentages of Color #cee193

%35.64
%38.93
%25.43

CMYK Percentages of Color #cee193

%8
%0
%35
%12

Triadic Colors of #cee193

#cee193 #93cee1 #e193ce

Analogous Colors of #cee193

#cee193 #a7e193 #e1cd93

Monochromatic Colors of #cee193

#cee193

Complementary Color

#cee193 #a693e1

#cee193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee193 Color CSS Codes

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

#cee193 Text Font Color

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

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


#cee193 Background Color

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

This div background color is #cee193


#cee193 Border Color

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

This div border color is #cee193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee193


Comments

No comments written yet.

Please login to write comment.