Color Hex Logo

#cebade Color Hex

#CEBADE
(206,186,222)
0 Favorites   0 Comments

Color spaces of #cebade

RGB 206186222
HSL0.760.350.80
HSV273°16°87°
CMYK 0.070.160.00   0.13
XYZ56.197353.513576.4745
Yxy53.51350.30180.2874
Hunter Lab73.15299.1091-10.7751
CIE-Lab78.177213.7220-15.4052

#cebade color RGB value is (206,186,222).

#cebade hex color red value is 206, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cebade hue: 0.76 , saturation: 0.35 and the lightness value of cebade is 0.80.

The process color (four color CMYK) of #cebade color hex is 0.07, 0.16, 0.00, 0.13. Web safe color of #cebade is #cccccc. Color #cebade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11011110
Octal 316 272 336
Decimal 206 186 222
Hex CE BA DE

RGB Percentages of Color #cebade

%33.55
%30.29
%36.16

CMYK Percentages of Color #cebade

%7
%16
%0
%13

Triadic Colors of #cebade

#cebade #deceba #badece

Analogous Colors of #cebade

#cebade #debadc #bcbade

Monochromatic Colors of #cebade

#cebade

Complementary Color

#cebade #cadeba

#cebade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebade Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebade Color CSS Codes

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

#cebade Text Font Color

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

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


#cebade Background Color

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

This div background color is #cebade


#cebade Border Color

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

This div border color is #cebade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebade


Comments

No comments written yet.

Please login to write comment.