Color Hex Logo

#cedbeb Color Hex

#CEDBEB
(206,219,235)
0 Favorites   0 Comments

Color spaces of #cedbeb

RGB 206219235
HSL0.590.420.86
HSV213°12°92°
CMYK 0.120.070.00   0.08
XYZ65.780569.783088.5997
Yxy69.78300.29340.3113
Hunter Lab83.5362-5.6288-4.4085
CIE-Lab86.8903-1.2206-9.3214

#cedbeb color RGB value is (206,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 11101011
Octal 316 333 353
Decimal 206 219 235
Hex CE DB EB

RGB Percentages of Color #cedbeb

%31.21
%33.18
%35.61

CMYK Percentages of Color #cedbeb

%12
%7
%0
%8

Triadic Colors of #cedbeb

#cedbeb #ebcedb #dbebce

Analogous Colors of #cedbeb

#cedbeb #d0ceeb #ceeaeb

Monochromatic Colors of #cedbeb

#cedbeb

Complementary Color

#cedbeb #ebdece

#cedbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbeb Color CSS Codes

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

#cedbeb Text Font Color

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

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


#cedbeb Background Color

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

This div background color is #cedbeb


#cedbeb Border Color

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

This div border color is #cedbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbeb

#cedbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.