Color Hex Logo

#ceead5 Color Hex

#CEEAD5
(206,234,213)
0 Favorites   0 Comments

Color spaces of #ceead5

RGB 206234213
HSL0.380.400.86
HSV135°12°92°
CMYK 0.120.000.09   0.08
XYZ66.886776.771574.2439
Yxy76.77150.30700.3523
Hunter Lab87.6193-17.070811.0944
CIE-Lab90.2163-13.09157.0975

#ceead5 color RGB value is (206,234,213).

#ceead5 hex color red value is 206, green value is 234 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ceead5 hue: 0.38 , saturation: 0.40 and the lightness value of ceead5 is 0.86.

The process color (four color CMYK) of #ceead5 color hex is 0.12, 0.00, 0.09, 0.08. Web safe color of #ceead5 is #ccffcc. Color #ceead5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 11010101
Octal 316 352 325
Decimal 206 234 213
Hex CE EA D5

RGB Percentages of Color #ceead5

%31.55
%35.83
%32.62

CMYK Percentages of Color #ceead5

%12
%0
%9
%8

Triadic Colors of #ceead5

#ceead5 #d5ceea #ead5ce

Analogous Colors of #ceead5

#ceead5 #ceeae3 #d5eace

Monochromatic Colors of #ceead5

#ceead5

Complementary Color

#ceead5 #eacee3

#ceead5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceead5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceead5 Color CSS Codes

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

#ceead5 Text Font Color

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

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


#ceead5 Background Color

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

This div background color is #ceead5


#ceead5 Border Color

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

This div border color is #ceead5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceead5


Comments

No comments written yet.

Please login to write comment.