Color Hex Logo

#cee298 Color Hex

#CEE298
(206,226,152)
0 Favorites   0 Comments

Color spaces of #cee298

RGB 206226152
HSL0.210.560.74
HSV76°33°89°
CMYK 0.090.000.33   0.11
XYZ58.317569.781540.1013
Yxy69.78150.34670.4149
Hunter Lab83.5353-21.572830.0124
CIE-Lab86.8896-18.618834.0354

#cee298 color RGB value is (206,226,152).

#cee298 hex color red value is 206, green value is 226 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cee298 hue: 0.21 , saturation: 0.56 and the lightness value of cee298 is 0.74.

The process color (four color CMYK) of #cee298 color hex is 0.09, 0.00, 0.33, 0.11. Web safe color of #cee298 is #cccc99. Color #cee298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 10011000
Octal 316 342 230
Decimal 206 226 152
Hex CE E2 98

RGB Percentages of Color #cee298

%35.27
%38.70
%26.03

CMYK Percentages of Color #cee298

%9
%0
%33
%11

Triadic Colors of #cee298

#cee298 #98cee2 #e298ce

Analogous Colors of #cee298

#cee298 #a9e298 #e2d198

Monochromatic Colors of #cee298

#cee298

Complementary Color

#cee298 #ac98e2

#cee298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee298 Color CSS Codes

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

#cee298 Text Font Color

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

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


#cee298 Background Color

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

This div background color is #cee298


#cee298 Border Color

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

This div border color is #cee298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee298


Comments

No comments written yet.

Please login to write comment.