Color Hex Logo

#ceec8a Color Hex

#CEEC8A
(206,236,138)
0 Favorites   0 Comments

Color spaces of #ceec8a

RGB 206236138
HSL0.220.720.73
HSV78°42°93°
CMYK 0.130.000.42   0.07
XYZ60.036574.947735.3468
Yxy74.94770.35250.4400
Hunter Lab86.5723-27.714836.3930
CIE-Lab89.3685-25.169644.2150

#ceec8a color RGB value is (206,236,138).

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

The process color (four color CMYK) of #ceec8a color hex is 0.13, 0.00, 0.42, 0.07. Web safe color of #ceec8a is #ccff99. Color #ceec8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 10001010
Octal 316 354 212
Decimal 206 236 138
Hex CE EC 8A

RGB Percentages of Color #ceec8a

%35.52
%40.69
%23.79

CMYK Percentages of Color #ceec8a

%13
%0
%42
%7

Triadic Colors of #ceec8a

#ceec8a #8aceec #ec8ace

Analogous Colors of #ceec8a

#ceec8a #9dec8a #ecd98a

Monochromatic Colors of #ceec8a

#ceec8a

Complementary Color

#ceec8a #a88aec

#ceec8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceec8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceec8a Color CSS Codes

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

#ceec8a Text Font Color

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

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


#ceec8a Background Color

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

This div background color is #ceec8a


#ceec8a Border Color

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

This div border color is #ceec8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,236,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 #ceec8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceec8a


Comments

No comments written yet.

Please login to write comment.