Color Hex Logo

#ceeedb Color Hex

#CEEEDB
(206,238,219)
0 Favorites   0 Comments

Color spaces of #ceeedb

RGB 206238219
HSL0.400.480.87
HSV144°13°93°
CMYK 0.130.000.08   0.07
XYZ68.814379.385478.7138
Yxy79.38540.30330.3498
Hunter Lab89.0985-18.05979.9894
CIE-Lab91.4084-13.99785.6886

#ceeedb color RGB value is (206,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11011011
Octal 316 356 333
Decimal 206 238 219
Hex CE EE DB

RGB Percentages of Color #ceeedb

%31.07
%35.90
%33.03

CMYK Percentages of Color #ceeedb

%13
%0
%8
%7

Triadic Colors of #ceeedb

#ceeedb #dbceee #eedbce

Analogous Colors of #ceeedb

#ceeedb #ceeeeb #d1eece

Monochromatic Colors of #ceeedb

#ceeedb

Complementary Color

#ceeedb #eecee1

#ceeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeedb Color CSS Codes

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

#ceeedb Text Font Color

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

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


#ceeedb Background Color

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

This div background color is #ceeedb


#ceeedb Border Color

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

This div border color is #ceeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeedb


Comments

No comments written yet.

Please login to write comment.