Color Hex Logo

#beaaef Color Hex

#BEAAEF
(190,170,239)
0 Favorites   0 Comments

Color spaces of #beaaef

RGB 190170239
HSL0.710.680.80
HSV257°29°94°
CMYK 0.210.290.00   0.06
XYZ51.189945.928687.8285
Yxy45.92860.27680.2483
Hunter Lab67.770616.2296-29.3984
CIE-Lab73.499221.0317-31.8663

#beaaef color RGB value is (190,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11101111
Octal 276 252 357
Decimal 190 170 239
Hex BE AA EF

RGB Percentages of Color #beaaef

%31.72
%28.38
%39.90

CMYK Percentages of Color #beaaef

%21
%29
%0
%6

Triadic Colors of #beaaef

#beaaef #efbeaa #aaefbe

Analogous Colors of #beaaef

#beaaef #e1aaef #aab9ef

Monochromatic Colors of #beaaef

#beaaef

Complementary Color

#beaaef #dbefaa

#beaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaaef Color CSS Codes

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

#beaaef Text Font Color

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

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


#beaaef Background Color

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

This div background color is #beaaef


#beaaef Border Color

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

This div border color is #beaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaaef


Comments

No comments written yet.

Please login to write comment.