Color Hex Logo

#cedceb Color Hex

#CEDCEB
(206,220,235)
0 Favorites   0 Comments

Color spaces of #cedceb

RGB 206220235
HSL0.590.420.86
HSV211°12°92°
CMYK 0.120.060.00   0.08
XYZ66.042270.306488.6870
Yxy70.30640.29350.3124
Hunter Lab83.8489-6.1430-4.0168
CIE-Lab87.1469-1.7409-8.9403

#cedceb color RGB value is (206,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 11101011
Octal 316 334 353
Decimal 206 220 235
Hex CE DC EB

RGB Percentages of Color #cedceb

%31.16
%33.28
%35.55

CMYK Percentages of Color #cedceb

%12
%6
%0
%8

Triadic Colors of #cedceb

#cedceb #ebcedc #dcebce

Analogous Colors of #cedceb

#cedceb #cfceeb #ceebeb

Monochromatic Colors of #cedceb

#cedceb

Complementary Color

#cedceb #ebddce

#cedceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedceb Color CSS Codes

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

#cedceb Text Font Color

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

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


#cedceb Background Color

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

This div background color is #cedceb


#cedceb Border Color

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

This div border color is #cedceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedceb

#cedceb Color Palettes


Comments

No comments written yet.

Please login to write comment.