Color Hex Logo

#cebafa Color Hex

#CEBAFA
(206,186,250)
0 Favorites   0 Comments

Color spaces of #cebafa

RGB 206186250
HSL0.720.860.85
HSV259°26°98°
CMYK 0.180.260.00   0.02
XYZ60.267855.141897.9094
Yxy55.14180.28250.2585
Hunter Lab74.257514.9209-26.1943
CIE-Lab79.122919.5428-29.0369

#cebafa color RGB value is (206,186,250).

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

The process color (four color CMYK) of #cebafa color hex is 0.18, 0.26, 0.00, 0.02. Web safe color of #cebafa is #ccccff. Color #cebafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11111010
Octal 316 272 372
Decimal 206 186 250
Hex CE BA FA

RGB Percentages of Color #cebafa

%32.09
%28.97
%38.94

CMYK Percentages of Color #cebafa

%18
%26
%0
%2

Triadic Colors of #cebafa

#cebafa #faceba #baface

Analogous Colors of #cebafa

#cebafa #eebafa #bac6fa

Monochromatic Colors of #cebafa

#cebafa

Complementary Color

#cebafa #e6faba

#cebafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebafa Color CSS Codes

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

#cebafa Text Font Color

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

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


#cebafa Background Color

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

This div background color is #cebafa


#cebafa Border Color

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

This div border color is #cebafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebafa


Comments

No comments written yet.

Please login to write comment.