Color Hex Logo

#cedcfa Color Hex

#CEDCFA
(206,220,250)
0 Favorites   0 Comments

Color spaces of #cedcfa

RGB 206220250
HSL0.610.810.89
HSV221°18°98°
CMYK 0.180.120.00   0.02
XYZ68.302171.2103100.5875
Yxy71.21030.28450.2966
Hunter Lab84.3862-3.1981-11.6027
CIE-Lab87.58711.3567-16.1877

#cedcfa color RGB value is (206,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 11111010
Octal 316 334 372
Decimal 206 220 250
Hex CE DC FA

RGB Percentages of Color #cedcfa

%30.47
%32.54
%36.98

CMYK Percentages of Color #cedcfa

%18
%12
%0
%2

Triadic Colors of #cedcfa

#cedcfa #facedc #dcface

Analogous Colors of #cedcfa

#cedcfa #d6cefa #cef2fa

Monochromatic Colors of #cedcfa

#cedcfa

Complementary Color

#cedcfa #faecce

#cedcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedcfa Color CSS Codes

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

#cedcfa Text Font Color

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

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


#cedcfa Background Color

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

This div background color is #cedcfa


#cedcfa Border Color

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

This div border color is #cedcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedcfa


Comments

No comments written yet.

Please login to write comment.