Color Hex Logo

#ced1ec Color Hex

#CED1EC
(206,209,236)
0 Favorites   0 Comments

Color spaces of #ced1ec

RGB 206209236
HSL0.650.440.87
HSV234°13°93°
CMYK 0.130.110.00   0.07
XYZ63.394464.778988.5192
Yxy64.77890.29260.2989
Hunter Lab80.4853-0.2536-8.8685
CIE-Lab84.36974.2306-13.6108

#ced1ec color RGB value is (206,209,236).

#ced1ec hex color red value is 206, green value is 209 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ced1ec hue: 0.65 , saturation: 0.44 and the lightness value of ced1ec is 0.87.

The process color (four color CMYK) of #ced1ec color hex is 0.13, 0.11, 0.00, 0.07. Web safe color of #ced1ec is #ccccff. Color #ced1ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010001 11101100
Octal 316 321 354
Decimal 206 209 236
Hex CE D1 EC

RGB Percentages of Color #ced1ec

%31.64
%32.10
%36.25

CMYK Percentages of Color #ced1ec

%13
%11
%0
%7

Triadic Colors of #ced1ec

#ced1ec #ecced1 #d1ecce

Analogous Colors of #ced1ec

#ced1ec #daceec #cee0ec

Monochromatic Colors of #ced1ec

#ced1ec

Complementary Color

#ced1ec #ece9ce

#ced1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced1ec Color CSS Codes

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

#ced1ec Text Font Color

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

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


#ced1ec Background Color

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

This div background color is #ced1ec


#ced1ec Border Color

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

This div border color is #ced1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced1ec


Comments

No comments written yet.

Please login to write comment.