Color Hex Logo

#ceebdc Color Hex

#CEEBDC
(206,235,220)
0 Favorites   0 Comments

Color spaces of #ceebdc

RGB 206235220
HSL0.410.420.86
HSV149°12°92°
CMYK 0.120.000.06   0.08
XYZ68.080277.705879.1207
Yxy77.70580.30270.3455
Hunter Lab88.1509-16.40608.4893
CIE-Lab90.6455-12.31164.0645

#ceebdc color RGB value is (206,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11011100
Octal 316 353 334
Decimal 206 235 220
Hex CE EB DC

RGB Percentages of Color #ceebdc

%31.16
%35.55
%33.28

CMYK Percentages of Color #ceebdc

%12
%0
%6
%8

Triadic Colors of #ceebdc

#ceebdc #dcceeb #ebdcce

Analogous Colors of #ceebdc

#ceebdc #ceebeb #cfebce

Monochromatic Colors of #ceebdc

#ceebdc

Complementary Color

#ceebdc #ebcedd

#ceebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebdc Color CSS Codes

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

#ceebdc Text Font Color

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

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


#ceebdc Background Color

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

This div background color is #ceebdc


#ceebdc Border Color

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

This div border color is #ceebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebdc


Comments

No comments written yet.

Please login to write comment.