Color Hex Logo

#ceeadb Color Hex

#CEEADB
(206,234,219)
0 Favorites   0 Comments

Color spaces of #ceeadb

RGB 206234219
HSL0.410.400.86
HSV148°12°92°
CMYK 0.120.000.06   0.08
XYZ67.662677.081978.3299
Yxy77.08190.30330.3455
Hunter Lab87.7963-16.07778.5602
CIE-Lab90.3593-11.99464.1721

#ceeadb color RGB value is (206,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 11011011
Octal 316 352 333
Decimal 206 234 219
Hex CE EA DB

RGB Percentages of Color #ceeadb

%31.26
%35.51
%33.23

CMYK Percentages of Color #ceeadb

%12
%0
%6
%8

Triadic Colors of #ceeadb

#ceeadb #dbceea #eadbce

Analogous Colors of #ceeadb

#ceeadb #ceeae9 #cfeace

Monochromatic Colors of #ceeadb

#ceeadb

Complementary Color

#ceeadb #eacedd

#ceeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeadb Color CSS Codes

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

#ceeadb Text Font Color

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

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


#ceeadb Background Color

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

This div background color is #ceeadb


#ceeadb Border Color

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

This div border color is #ceeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeadb


Comments

No comments written yet.

Please login to write comment.