Color Hex Logo

#ceec95 Color Hex

#CEEC95
(206,236,149)
0 Favorites   0 Comments

Color spaces of #ceec95

RGB 206236149
HSL0.220.700.75
HSV81°37°93°
CMYK 0.130.000.37   0.07
XYZ60.873975.282639.7564
Yxy75.28260.34600.4280
Hunter Lab86.7655-26.605833.5689
CIE-Lab89.5252-23.859638.9917

#ceec95 color RGB value is (206,236,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 10010101
Octal 316 354 225
Decimal 206 236 149
Hex CE EC 95

RGB Percentages of Color #ceec95

%34.86
%39.93
%25.21

CMYK Percentages of Color #ceec95

%13
%0
%37
%7

Triadic Colors of #ceec95

#ceec95 #95ceec #ec95ce

Analogous Colors of #ceec95

#ceec95 #a3ec95 #ecdf95

Monochromatic Colors of #ceec95

#ceec95

Complementary Color

#ceec95 #b395ec

#ceec95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceec95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceec95 Color CSS Codes

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

#ceec95 Text Font Color

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

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


#ceec95 Background Color

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

This div background color is #ceec95


#ceec95 Border Color

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

This div border color is #ceec95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceec95


Comments

No comments written yet.

Please login to write comment.