Color Hex Logo

#cebefa Color Hex

#CEBEFA
(206,190,250)
0 Favorites   0 Comments

Color spaces of #cebefa

RGB 206190250
HSL0.710.860.86
HSV256°24°98°
CMYK 0.180.240.00   0.02
XYZ61.122456.850998.1943
Yxy56.85090.28280.2630
Hunter Lab75.399512.7513-24.4349
CIE-Lab80.095717.3706-27.5467

#cebefa color RGB value is (206,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 11111010
Octal 316 276 372
Decimal 206 190 250
Hex CE BE FA

RGB Percentages of Color #cebefa

%31.89
%29.41
%38.70

CMYK Percentages of Color #cebefa

%18
%24
%0
%2

Triadic Colors of #cebefa

#cebefa #facebe #beface

Analogous Colors of #cebefa

#cebefa #ecbefa #beccfa

Monochromatic Colors of #cebefa

#cebefa

Complementary Color

#cebefa #eafabe

#cebefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebefa Color CSS Codes

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

#cebefa Text Font Color

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

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


#cebefa Background Color

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

This div background color is #cebefa


#cebefa Border Color

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

This div border color is #cebefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,190,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 #cebefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebefa

Related Colors


Comments

No comments written yet.

Please login to write comment.