Color Hex Logo

#cebed3 Color Hex

#CEBED3
(206,190,211)
0 Favorites   0 Comments

Color spaces of #cebed3

RGB 206190211
HSL0.790.190.79
HSV286°10°83°
CMYK 0.020.100.00   0.17
XYZ55.624954.651969.2451
Yxy54.65190.30990.3044
Hunter Lab73.92694.9368-3.7863
CIE-Lab78.84039.4339-8.4734

#cebed3 color RGB value is (206,190,211).

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

The process color (four color CMYK) of #cebed3 color hex is 0.02, 0.10, 0.00, 0.17. Web safe color of #cebed3 is #cccccc. Color #cebed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 11010011
Octal 316 276 323
Decimal 206 190 211
Hex CE BE D3

RGB Percentages of Color #cebed3

%33.94
%31.30
%34.76

CMYK Percentages of Color #cebed3

%2
%10
%0
%17

Triadic Colors of #cebed3

#cebed3 #d3cebe #bed3ce

Analogous Colors of #cebed3

#cebed3 #d3bece #c4bed3

Monochromatic Colors of #cebed3

#cebed3

Complementary Color

#cebed3 #c3d3be

#cebed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebed3 Color CSS Codes

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

#cebed3 Text Font Color

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

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


#cebed3 Background Color

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

This div background color is #cebed3


#cebed3 Border Color

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

This div border color is #cebed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebed3


Comments

No comments written yet.

Please login to write comment.