Color Hex Logo

#ceeec5 Color Hex

#CEEEC5
(206,238,197)
0 Favorites   0 Comments

Color spaces of #ceeec5

RGB 206238197
HSL0.300.550.85
HSV107°17°93°
CMYK 0.130.000.17   0.07
XYZ66.106278.302164.4530
Yxy78.30210.31650.3749
Hunter Lab88.4885-21.504618.7564
CIE-Lab90.9176-17.850816.4122

#ceeec5 color RGB value is (206,238,197).

#ceeec5 hex color red value is 206, green value is 238 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ceeec5 hue: 0.30 , saturation: 0.55 and the lightness value of ceeec5 is 0.85.

The process color (four color CMYK) of #ceeec5 color hex is 0.13, 0.00, 0.17, 0.07. Web safe color of #ceeec5 is #ccffcc. Color #ceeec5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11000101
Octal 316 356 305
Decimal 206 238 197
Hex CE EE C5

RGB Percentages of Color #ceeec5

%32.14
%37.13
%30.73

CMYK Percentages of Color #ceeec5

%13
%0
%17
%7

Triadic Colors of #ceeec5

#ceeec5 #c5ceee #eec5ce

Analogous Colors of #ceeec5

#ceeec5 #c5eed1 #e3eec5

Monochromatic Colors of #ceeec5

#ceeec5

Complementary Color

#ceeec5 #e5c5ee

#ceeec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeec5 Color CSS Codes

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

#ceeec5 Text Font Color

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

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


#ceeec5 Background Color

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

This div background color is #ceeec5


#ceeec5 Border Color

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

This div border color is #ceeec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeec5


Comments

No comments written yet.

Please login to write comment.