Color Hex Logo

#beaeee Color Hex

#BEAEEE
(190,174,238)
0 Favorites   0 Comments

Color spaces of #beaeee

RGB 190174238
HSL0.710.650.81
HSV255°27°93°
CMYK 0.200.270.00   0.07
XYZ51.803947.392387.3062
Yxy47.39230.27780.2541
Hunter Lab68.842113.8483-27.0027
CIE-Lab74.440018.5965-29.8744

#beaeee color RGB value is (190,174,238).

#beaeee hex color red value is 190, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #beaeee hue: 0.71 , saturation: 0.65 and the lightness value of beaeee is 0.81.

The process color (four color CMYK) of #beaeee color hex is 0.20, 0.27, 0.00, 0.07. Web safe color of #beaeee is #cc99ff. Color #beaeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11101110
Octal 276 256 356
Decimal 190 174 238
Hex BE AE EE

RGB Percentages of Color #beaeee

%31.56
%28.90
%39.53

CMYK Percentages of Color #beaeee

%20
%27
%0
%7

Triadic Colors of #beaeee

#beaeee #eebeae #aeeebe

Analogous Colors of #beaeee

#beaeee #deaeee #aebeee

Monochromatic Colors of #beaeee

#beaeee

Complementary Color

#beaeee #deeeae

#beaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaeee Color CSS Codes

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

#beaeee Text Font Color

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

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


#beaeee Background Color

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

This div background color is #beaeee


#beaeee Border Color

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

This div border color is #beaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaeee


Comments

No comments written yet.

Please login to write comment.