Color Hex Logo

#cedcfb Color Hex

#CEDCFB
(206,220,251)
0 Favorites   0 Comments

Color spaces of #cedcfb

RGB 206220251
HSL0.610.850.90
HSV221°18°98°
CMYK 0.180.120.00   0.02
XYZ68.459471.2732101.4157
Yxy71.27320.28390.2956
Hunter Lab84.4235-2.9945-12.1271
CIE-Lab87.61761.5688-16.6683

#cedcfb color RGB value is (206,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 11111011
Octal 316 334 373
Decimal 206 220 251
Hex CE DC FB

RGB Percentages of Color #cedcfb

%30.43
%32.50
%37.08

CMYK Percentages of Color #cedcfb

%18
%12
%0
%2

Triadic Colors of #cedcfb

#cedcfb #fbcedc #dcfbce

Analogous Colors of #cedcfb

#cedcfb #d7cefb #cef3fb

Monochromatic Colors of #cedcfb

#cedcfb

Complementary Color

#cedcfb #fbedce

#cedcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedcfb Color CSS Codes

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

#cedcfb Text Font Color

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

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


#cedcfb Background Color

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

This div background color is #cedcfb


#cedcfb Border Color

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

This div border color is #cedcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.