Color Hex Logo

#cebafe Color Hex

#CEBAFE
(206,186,254)
0 Favorites   0 Comments

Color spaces of #cebafe

RGB 206186254
HSL0.720.970.86
HSV258°27°100°
CMYK 0.190.270.00   0.00
XYZ60.901955.3954101.2484
Yxy55.39540.27990.2546
Hunter Lab74.428115.8112-28.5556
CIE-Lab79.268520.4165-30.9558

#cebafe color RGB value is (206,186,254).

#cebafe hex color red value is 206, green value is 186 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cebafe hue: 0.72 , saturation: 0.97 and the lightness value of cebafe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11111110
Octal 316 272 376
Decimal 206 186 254
Hex CE BA FE

RGB Percentages of Color #cebafe

%31.89
%28.79
%39.32

CMYK Percentages of Color #cebafe

%19
%27
%0
%0

Triadic Colors of #cebafe

#cebafe #feceba #bafece

Analogous Colors of #cebafe

#cebafe #f0bafe #bac8fe

Monochromatic Colors of #cebafe

#cebafe

Complementary Color

#cebafe #eafeba

#cebafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebafe Color CSS Codes

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

#cebafe Text Font Color

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

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


#cebafe Background Color

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

This div background color is #cebafe


#cebafe Border Color

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

This div border color is #cebafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebafe


Comments

No comments written yet.

Please login to write comment.