Color Hex Logo

#ceebdb Color Hex

#CEEBDB
(206,235,219)
0 Favorites   0 Comments

Color spaces of #ceebdb

RGB 206235219
HSL0.410.420.86
HSV147°12°92°
CMYK 0.120.000.07   0.08
XYZ67.948177.652978.4251
Yxy77.65290.30330.3466
Hunter Lab88.1209-16.57418.9182
CIE-Lab90.6213-12.49684.5512

#ceebdb color RGB value is (206,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11011011
Octal 316 353 333
Decimal 206 235 219
Hex CE EB DB

RGB Percentages of Color #ceebdb

%31.21
%35.61
%33.18

CMYK Percentages of Color #ceebdb

%12
%0
%7
%8

Triadic Colors of #ceebdb

#ceebdb #dbceeb #ebdbce

Analogous Colors of #ceebdb

#ceebdb #ceebea #d0ebce

Monochromatic Colors of #ceebdb

#ceebdb

Complementary Color

#ceebdb #ebcede

#ceebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebdb Color CSS Codes

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

#ceebdb Text Font Color

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

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


#ceebdb Background Color

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

This div background color is #ceebdb


#ceebdb Border Color

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

This div border color is #ceebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebdb


Comments

No comments written yet.

Please login to write comment.