Color Hex Logo

#cebae6 Color Hex

#CEBAE6
(206,186,230)
0 Favorites   0 Comments

Color spaces of #cebae6

RGB 206186230
HSL0.740.470.82
HSV267°19°90°
CMYK 0.100.190.00   0.10
XYZ57.295453.952882.2570
Yxy53.95280.29610.2788
Hunter Lab73.452610.6938-14.9800
CIE-Lab78.434215.3300-19.3345

#cebae6 color RGB value is (206,186,230).

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

The process color (four color CMYK) of #cebae6 color hex is 0.10, 0.19, 0.00, 0.10. Web safe color of #cebae6 is #ccccff. Color #cebae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11100110
Octal 316 272 346
Decimal 206 186 230
Hex CE BA E6

RGB Percentages of Color #cebae6

%33.12
%29.90
%36.98

CMYK Percentages of Color #cebae6

%10
%19
%0
%10

Triadic Colors of #cebae6

#cebae6 #e6ceba #bae6ce

Analogous Colors of #cebae6

#cebae6 #e4bae6 #babce6

Monochromatic Colors of #cebae6

#cebae6

Complementary Color

#cebae6 #d2e6ba

#cebae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebae6 Color CSS Codes

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

#cebae6 Text Font Color

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

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


#cebae6 Background Color

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

This div background color is #cebae6


#cebae6 Border Color

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

This div border color is #cebae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebae6


Comments

No comments written yet.

Please login to write comment.