Color Hex Logo

#beabef Color Hex

#BEABEF
(190,171,239)
0 Favorites   0 Comments

Color spaces of #beabef

RGB 190171239
HSL0.710.680.80
HSV257°28°94°
CMYK 0.210.280.00   0.06
XYZ51.378146.305087.8912
Yxy46.30500.27690.2495
Hunter Lab68.047815.6892-28.9461
CIE-Lab73.743020.4787-31.4902

#beabef color RGB value is (190,171,239).

#beabef hex color red value is 190, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #beabef hue: 0.71 , saturation: 0.68 and the lightness value of beabef is 0.80.

The process color (four color CMYK) of #beabef color hex is 0.21, 0.28, 0.00, 0.06. Web safe color of #beabef is #cc99ff. Color #beabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11101111
Octal 276 253 357
Decimal 190 171 239
Hex BE AB EF

RGB Percentages of Color #beabef

%31.67
%28.50
%39.83

CMYK Percentages of Color #beabef

%21
%28
%0
%6

Triadic Colors of #beabef

#beabef #efbeab #abefbe

Analogous Colors of #beabef

#beabef #e0abef #abbaef

Monochromatic Colors of #beabef

#beabef

Complementary Color

#beabef #dcefab

#beabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabef Color CSS Codes

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

#beabef Text Font Color

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

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


#beabef Background Color

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

This div background color is #beabef


#beabef Border Color

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

This div border color is #beabef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,171,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabef


Comments

No comments written yet.

Please login to write comment.