Color Hex Logo

#ceddfb Color Hex

#CEDDFB
(206,221,251)
0 Favorites   0 Comments

Color spaces of #ceddfb

RGB 206221251
HSL0.610.850.90
HSV220°18°98°
CMYK 0.180.120.00   0.02
XYZ68.722671.7997101.5035
Yxy71.79970.28390.2967
Hunter Lab84.7347-3.5164-11.7091
CIE-Lab87.87211.0454-16.2858

#ceddfb color RGB value is (206,221,251).

#ceddfb hex color red value is 206, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ceddfb hue: 0.61 , saturation: 0.85 and the lightness value of ceddfb is 0.90.

The process color (four color CMYK) of #ceddfb color hex is 0.18, 0.12, 0.00, 0.02. Web safe color of #ceddfb is #ccccff. Color #ceddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 11111011
Octal 316 335 373
Decimal 206 221 251
Hex CE DD FB

RGB Percentages of Color #ceddfb

%30.38
%32.60
%37.02

CMYK Percentages of Color #ceddfb

%18
%12
%0
%2

Triadic Colors of #ceddfb

#ceddfb #fbcedd #ddfbce

Analogous Colors of #ceddfb

#ceddfb #d6cefb #cef4fb

Monochromatic Colors of #ceddfb

#ceddfb

Complementary Color

#ceddfb #fbecce

#ceddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddfb Color CSS Codes

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

#ceddfb Text Font Color

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

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


#ceddfb Background Color

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

This div background color is #ceddfb


#ceddfb Border Color

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

This div border color is #ceddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.