Color Hex Logo

#cebed6 Color Hex

#CEBED6
(206,190,214)
0 Favorites   0 Comments

Color spaces of #cebed6

RGB 206190214
HSL0.780.230.79
HSV280°11°84°
CMYK 0.040.110.00   0.16
XYZ56.004754.803871.2447
Yxy54.80380.30760.3010
Hunter Lab74.02965.4866-5.2389
CIE-Lab78.928110.0053-9.9619

#cebed6 color RGB value is (206,190,214).

#cebed6 hex color red value is 206, green value is 190 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #cebed6 hue: 0.78 , saturation: 0.23 and the lightness value of cebed6 is 0.79.

The process color (four color CMYK) of #cebed6 color hex is 0.04, 0.11, 0.00, 0.16. Web safe color of #cebed6 is #cccccc. Color #cebed6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 11010110
Octal 316 276 326
Decimal 206 190 214
Hex CE BE D6

RGB Percentages of Color #cebed6

%33.77
%31.15
%35.08

CMYK Percentages of Color #cebed6

%4
%11
%0
%16

Triadic Colors of #cebed6

#cebed6 #d6cebe #bed6ce

Analogous Colors of #cebed6

#cebed6 #d6bed2 #c2bed6

Monochromatic Colors of #cebed6

#cebed6

Complementary Color

#cebed6 #c6d6be

#cebed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebed6 Color CSS Codes

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

#cebed6 Text Font Color

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

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


#cebed6 Background Color

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

This div background color is #cebed6


#cebed6 Border Color

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

This div border color is #cebed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebed6

#cebed6 Color Palettes


Comments

No comments written yet.

Please login to write comment.