Color Hex Logo

#ceecdb Color Hex

#CEECDB
(206,236,219)
0 Favorites   0 Comments

Color spaces of #ceecdb

RGB 206236219
HSL0.410.440.87
HSV146°13°93°
CMYK 0.130.000.07   0.07
XYZ68.235278.227278.5208
Yxy78.22720.30330.3477
Hunter Lab88.4461-17.07009.2758
CIE-Lab90.8835-12.99824.9304

#ceecdb color RGB value is (206,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 11011011
Octal 316 354 333
Decimal 206 236 219
Hex CE EC DB

RGB Percentages of Color #ceecdb

%31.16
%35.70
%33.13

CMYK Percentages of Color #ceecdb

%13
%0
%7
%7

Triadic Colors of #ceecdb

#ceecdb #dbceec #ecdbce

Analogous Colors of #ceecdb

#ceecdb #ceecea #d0ecce

Monochromatic Colors of #ceecdb

#ceecdb

Complementary Color

#ceecdb #eccedf

#ceecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceecdb Color CSS Codes

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

#ceecdb Text Font Color

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

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


#ceecdb Background Color

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

This div background color is #ceecdb


#ceecdb Border Color

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

This div border color is #ceecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceecdb


Comments

No comments written yet.

Please login to write comment.