Color Hex Logo

#ceea8a Color Hex

#CEEA8A
(206,234,138)
0 Favorites   0 Comments

Color spaces of #ceea8a

RGB 206234138
HSL0.220.700.73
HSV78°41°92°
CMYK 0.120.000.41   0.08
XYZ59.463973.802435.1560
Yxy73.80240.35310.4382
Hunter Lab85.9083-26.785735.8728
CIE-Lab88.8290-24.212543.5326

#ceea8a color RGB value is (206,234,138).

#ceea8a hex color red value is 206, green value is 234 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ceea8a hue: 0.22 , saturation: 0.70 and the lightness value of ceea8a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 10001010
Octal 316 352 212
Decimal 206 234 138
Hex CE EA 8A

RGB Percentages of Color #ceea8a

%35.64
%40.48
%23.88

CMYK Percentages of Color #ceea8a

%12
%0
%41
%8

Triadic Colors of #ceea8a

#ceea8a #8aceea #ea8ace

Analogous Colors of #ceea8a

#ceea8a #9eea8a #ead68a

Monochromatic Colors of #ceea8a

#ceea8a

Complementary Color

#ceea8a #a68aea

#ceea8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea8a Color CSS Codes

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

#ceea8a Text Font Color

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

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


#ceea8a Background Color

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

This div background color is #ceea8a


#ceea8a Border Color

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

This div border color is #ceea8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceea8a

#ceea8a Color Palettes


Comments

No comments written yet.

Please login to write comment.