Color Hex Logo

#ceddeb Color Hex

#CEDDEB
(206,221,235)
0 Favorites   0 Comments

Color spaces of #ceddeb

RGB 206221235
HSL0.580.420.86
HSV209°12°92°
CMYK 0.120.060.00   0.08
XYZ66.305470.832988.7747
Yxy70.83290.29350.3135
Hunter Lab84.1623-6.6567-3.6257
CIE-Lab87.4038-2.2604-8.5590

#ceddeb color RGB value is (206,221,235).

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

The process color (four color CMYK) of #ceddeb color hex is 0.12, 0.06, 0.00, 0.08. Web safe color of #ceddeb is #ccccff. Color #ceddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 11101011
Octal 316 335 353
Decimal 206 221 235
Hex CE DD EB

RGB Percentages of Color #ceddeb

%31.12
%33.38
%35.50

CMYK Percentages of Color #ceddeb

%12
%6
%0
%8

Triadic Colors of #ceddeb

#ceddeb #ebcedd #ddebce

Analogous Colors of #ceddeb

#ceddeb #cecfeb #ceebeb

Monochromatic Colors of #ceddeb

#ceddeb

Complementary Color

#ceddeb #ebdcce

#ceddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddeb Color CSS Codes

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

#ceddeb Text Font Color

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

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


#ceddeb Background Color

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

This div background color is #ceddeb


#ceddeb Border Color

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

This div border color is #ceddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddeb


Comments

No comments written yet.

Please login to write comment.