Color Hex Logo

#ceea9f Color Hex

#CEEA9F
(206,234,159)
0 Favorites   0 Comments

Color spaces of #ceea9f

RGB 206234159
HSL0.230.640.77
HSV82°32°92°
CMYK 0.120.000.32   0.08
XYZ61.134474.470743.9530
Yxy74.47070.34050.4147
Hunter Lab86.2964-24.565130.2095
CIE-Lab89.1445-21.604733.4728

#ceea9f color RGB value is (206,234,159).

#ceea9f hex color red value is 206, green value is 234 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ceea9f hue: 0.23 , saturation: 0.64 and the lightness value of ceea9f is 0.77.

The process color (four color CMYK) of #ceea9f color hex is 0.12, 0.00, 0.32, 0.08. Web safe color of #ceea9f is #ccff99. Color #ceea9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 10011111
Octal 316 352 237
Decimal 206 234 159
Hex CE EA 9F

RGB Percentages of Color #ceea9f

%34.39
%39.07
%26.54

CMYK Percentages of Color #ceea9f

%12
%0
%32
%8

Triadic Colors of #ceea9f

#ceea9f #9fceea #ea9fce

Analogous Colors of #ceea9f

#ceea9f #a9ea9f #eae19f

Monochromatic Colors of #ceea9f

#ceea9f

Complementary Color

#ceea9f #bb9fea

#ceea9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea9f Color CSS Codes

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

#ceea9f Text Font Color

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

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


#ceea9f Background Color

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

This div background color is #ceea9f


#ceea9f Border Color

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

This div border color is #ceea9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceea9f


Comments

No comments written yet.

Please login to write comment.