Color Hex Logo

#cebcd8 Color Hex

#CEBCD8
(206,188,216)
0 Favorites   0 Comments

Color spaces of #cebcd8

RGB 206188216
HSL0.770.260.79
HSV279°13°85°
CMYK 0.050.130.00   0.15
XYZ55.831554.046172.4551
Yxy54.04610.30620.2964
Hunter Lab73.51616.9081-6.9731
CIE-Lab78.488611.4672-11.6975

#cebcd8 color RGB value is (206,188,216).

#cebcd8 hex color red value is 206, green value is 188 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #cebcd8 hue: 0.77 , saturation: 0.26 and the lightness value of cebcd8 is 0.79.

The process color (four color CMYK) of #cebcd8 color hex is 0.05, 0.13, 0.00, 0.15. Web safe color of #cebcd8 is #cccccc. Color #cebcd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 11011000
Octal 316 274 330
Decimal 206 188 216
Hex CE BC D8

RGB Percentages of Color #cebcd8

%33.77
%30.82
%35.41

CMYK Percentages of Color #cebcd8

%5
%13
%0
%15

Triadic Colors of #cebcd8

#cebcd8 #d8cebc #bcd8ce

Analogous Colors of #cebcd8

#cebcd8 #d8bcd4 #c0bcd8

Monochromatic Colors of #cebcd8

#cebcd8

Complementary Color

#cebcd8 #c6d8bc

#cebcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebcd8 Color CSS Codes

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

#cebcd8 Text Font Color

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

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


#cebcd8 Background Color

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

This div background color is #cebcd8


#cebcd8 Border Color

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

This div border color is #cebcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebcd8


Comments

No comments written yet.

Please login to write comment.