Color Hex Logo

#cebde0 Color Hex

#CEBDE0
(206,189,224)
0 Favorites   0 Comments

Color spaces of #cebde0

RGB 206189224
HSL0.750.360.81
HSV269°16°88°
CMYK 0.080.160.00   0.12
XYZ57.105754.898878.1077
Yxy54.89880.30040.2888
Hunter Lab74.09377.9099-10.6364
CIE-Lab78.982912.4981-15.2727

#cebde0 color RGB value is (206,189,224).

#cebde0 hex color red value is 206, green value is 189 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #cebde0 hue: 0.75 , saturation: 0.36 and the lightness value of cebde0 is 0.81.

The process color (four color CMYK) of #cebde0 color hex is 0.08, 0.16, 0.00, 0.12. Web safe color of #cebde0 is #cccccc. Color #cebde0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 11100000
Octal 316 275 340
Decimal 206 189 224
Hex CE BD E0

RGB Percentages of Color #cebde0

%33.28
%30.53
%36.19

CMYK Percentages of Color #cebde0

%8
%16
%0
%12

Triadic Colors of #cebde0

#cebde0 #e0cebd #bde0ce

Analogous Colors of #cebde0

#cebde0 #e0bde0 #bdbee0

Monochromatic Colors of #cebde0

#cebde0

Complementary Color

#cebde0 #cfe0bd

#cebde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebde0 Color CSS Codes

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

#cebde0 Text Font Color

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

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


#cebde0 Background Color

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

This div background color is #cebde0


#cebde0 Border Color

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

This div border color is #cebde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebde0


Comments

No comments written yet.

Please login to write comment.