Color Hex Logo

#cedbe2 Color Hex

#CEDBE2
(206,219,226)
1 Favorites   0 Comments

Color spaces of #cedbe2

RGB 206219226
HSL0.560.260.85
HSV201°89°
CMYK 0.090.030.00   0.11
XYZ64.512669.275881.9229
Yxy69.27580.29910.3212
Hunter Lab83.2321-7.3021-0.0949
CIE-Lab86.6404-3.0036-4.9389

#cedbe2 color RGB value is (206,219,226).

#cedbe2 hex color red value is 206, green value is 219 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #cedbe2 hue: 0.56 , saturation: 0.26 and the lightness value of cedbe2 is 0.85.

The process color (four color CMYK) of #cedbe2 color hex is 0.09, 0.03, 0.00, 0.11. Web safe color of #cedbe2 is #cccccc. Color #cedbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 11100010
Octal 316 333 342
Decimal 206 219 226
Hex CE DB E2

RGB Percentages of Color #cedbe2

%31.64
%33.64
%34.72

CMYK Percentages of Color #cedbe2

%9
%3
%0
%11

Triadic Colors of #cedbe2

#cedbe2 #e2cedb #dbe2ce

Analogous Colors of #cedbe2

#cedbe2 #ced1e2 #cee2df

Monochromatic Colors of #cedbe2

#cedbe2

Complementary Color

#cedbe2 #e2d5ce

#cedbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbe2 Color CSS Codes

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

#cedbe2 Text Font Color

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

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


#cedbe2 Background Color

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

This div background color is #cedbe2


#cedbe2 Border Color

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

This div border color is #cedbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbe2


Comments

No comments written yet.

Please login to write comment.