Color Hex Logo

#cebed1 Color Hex

#CEBED1
(206,190,209)
0 Favorites   0 Comments

Color spaces of #cebed1

RGB 206190209
HSL0.810.170.78
HSV291°82°
CMYK 0.010.090.00   0.18
XYZ55.375754.552267.9326
Yxy54.55220.31130.3067
Hunter Lab73.85954.5753-2.8306
CIE-Lab78.78269.0572-7.4793

#cebed1 color RGB value is (206,190,209).

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

The process color (four color CMYK) of #cebed1 color hex is 0.01, 0.09, 0.00, 0.18. Web safe color of #cebed1 is #cccccc. Color #cebed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 11010001
Octal 316 276 321
Decimal 206 190 209
Hex CE BE D1

RGB Percentages of Color #cebed1

%34.05
%31.40
%34.55

CMYK Percentages of Color #cebed1

%1
%9
%0
%18

Triadic Colors of #cebed1

#cebed1 #d1cebe #bed1ce

Analogous Colors of #cebed1

#cebed1 #d1becb #c5bed1

Monochromatic Colors of #cebed1

#cebed1

Complementary Color

#cebed1 #c1d1be

#cebed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebed1 Color CSS Codes

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

#cebed1 Text Font Color

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

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


#cebed1 Background Color

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

This div background color is #cebed1


#cebed1 Border Color

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

This div border color is #cebed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebed1


Comments

No comments written yet.

Please login to write comment.