Color Hex Logo

#cedfeb Color Hex

#CEDFEB
(206,223,235)
1 Favorites   0 Comments

Color spaces of #cedfeb

RGB 206223235
HSL0.570.420.86
HSV205°12°92°
CMYK 0.120.050.00   0.08
XYZ66.836771.895388.9518
Yxy71.89530.29360.3158
Hunter Lab84.7911-7.6815-2.8456
CIE-Lab87.9182-3.2965-7.7963

#cedfeb color RGB value is (206,223,235).

#cedfeb hex color red value is 206, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cedfeb hue: 0.57 , saturation: 0.42 and the lightness value of cedfeb is 0.86.

The process color (four color CMYK) of #cedfeb color hex is 0.12, 0.05, 0.00, 0.08. Web safe color of #cedfeb is #ccccff. Color #cedfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 11101011
Octal 316 337 353
Decimal 206 223 235
Hex CE DF EB

RGB Percentages of Color #cedfeb

%31.02
%33.58
%35.39

CMYK Percentages of Color #cedfeb

%12
%5
%0
%8

Triadic Colors of #cedfeb

#cedfeb #ebcedf #dfebce

Analogous Colors of #cedfeb

#cedfeb #ced1eb #ceebe9

Monochromatic Colors of #cedfeb

#cedfeb

Complementary Color

#cedfeb #ebdace

#cedfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedfeb Color CSS Codes

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

#cedfeb Text Font Color

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

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


#cedfeb Background Color

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

This div background color is #cedfeb


#cedfeb Border Color

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

This div border color is #cedfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedfeb


Comments

No comments written yet.

Please login to write comment.