Color Hex Logo

#cebae2 Color Hex

#CEBAE2
(206,186,226)
0 Favorites   0 Comments

Color spaces of #cebae2

RGB 206186226
HSL0.750.410.81
HSV270°18°89°
CMYK 0.090.180.00   0.11
XYZ56.740053.730679.3320
Yxy53.73060.29890.2831
Hunter Lab73.30129.8939-12.8573
CIE-Lab78.304414.5203-17.3732

#cebae2 color RGB value is (206,186,226).

#cebae2 hex color red value is 206, green value is 186 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #cebae2 hue: 0.75 , saturation: 0.41 and the lightness value of cebae2 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11100010
Octal 316 272 342
Decimal 206 186 226
Hex CE BA E2

RGB Percentages of Color #cebae2

%33.33
%30.10
%36.57

CMYK Percentages of Color #cebae2

%9
%18
%0
%11

Triadic Colors of #cebae2

#cebae2 #e2ceba #bae2ce

Analogous Colors of #cebae2

#cebae2 #e2bae2 #babae2

Monochromatic Colors of #cebae2

#cebae2

Complementary Color

#cebae2 #cee2ba

#cebae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebae2 Color CSS Codes

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

#cebae2 Text Font Color

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

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


#cebae2 Background Color

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

This div background color is #cebae2


#cebae2 Border Color

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

This div border color is #cebae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebae2


Comments

No comments written yet.

Please login to write comment.