Color Hex Logo

#cebae8 Color Hex

#CEBAE8
(206,186,232)
0 Favorites   0 Comments

Color spaces of #cebae8

RGB 206186232
HSL0.740.500.82
HSV266°20°91°
CMYK 0.110.200.00   0.09
XYZ57.578054.065883.7450
Yxy54.06580.29470.2767
Hunter Lab73.529411.0997-16.0566
CIE-Lab78.500115.7393-20.3127

#cebae8 color RGB value is (206,186,232).

#cebae8 hex color red value is 206, green value is 186 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #cebae8 hue: 0.74 , saturation: 0.50 and the lightness value of cebae8 is 0.82.

The process color (four color CMYK) of #cebae8 color hex is 0.11, 0.20, 0.00, 0.09. Web safe color of #cebae8 is #ccccff. Color #cebae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11101000
Octal 316 272 350
Decimal 206 186 232
Hex CE BA E8

RGB Percentages of Color #cebae8

%33.01
%29.81
%37.18

CMYK Percentages of Color #cebae8

%11
%20
%0
%9

Triadic Colors of #cebae8

#cebae8 #e8ceba #bae8ce

Analogous Colors of #cebae8

#cebae8 #e5bae8 #babde8

Monochromatic Colors of #cebae8

#cebae8

Complementary Color

#cebae8 #d4e8ba

#cebae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebae8 Color CSS Codes

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

#cebae8 Text Font Color

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

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


#cebae8 Background Color

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

This div background color is #cebae8


#cebae8 Border Color

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

This div border color is #cebae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebae8


Comments

No comments written yet.

Please login to write comment.