Color Hex Logo

#ced5fa Color Hex

#CED5FA
(206,213,250)
0 Favorites   0 Comments

Color spaces of #ced5fa

RGB 206213250
HSL0.640.810.89
HSV230°18°98°
CMYK 0.180.150.00   0.02
XYZ66.503267.612499.9879
Yxy67.61240.28410.2888
Hunter Lab82.22680.4701-14.5380
CIE-Lab85.81235.0400-18.8599

#ced5fa color RGB value is (206,213,250).

#ced5fa hex color red value is 206, green value is 213 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ced5fa hue: 0.64 , saturation: 0.81 and the lightness value of ced5fa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010101 11111010
Octal 316 325 372
Decimal 206 213 250
Hex CE D5 FA

RGB Percentages of Color #ced5fa

%30.79
%31.84
%37.37

CMYK Percentages of Color #ced5fa

%18
%15
%0
%2

Triadic Colors of #ced5fa

#ced5fa #faced5 #d5face

Analogous Colors of #ced5fa

#ced5fa #ddcefa #ceebfa

Monochromatic Colors of #ced5fa

#ced5fa

Complementary Color

#ced5fa #faf3ce

#ced5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced5fa Color CSS Codes

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

#ced5fa Text Font Color

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

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


#ced5fa Background Color

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

This div background color is #ced5fa


#ced5fa Border Color

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

This div border color is #ced5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced5fa


Comments

No comments written yet.

Please login to write comment.