Color Hex Logo

#beaee9 Color Hex

#BEAEE9
(190,174,233)
0 Favorites   0 Comments

Color spaces of #beaee9

RGB 190174233
HSL0.710.570.80
HSV256°25°91°
CMYK 0.180.250.00   0.09
XYZ51.079247.102483.4903
Yxy47.10240.28120.2593
Hunter Lab68.631212.7452-24.0849
CIE-Lab74.255217.4795-27.4455

#beaee9 color RGB value is (190,174,233).

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

The process color (four color CMYK) of #beaee9 color hex is 0.18, 0.25, 0.00, 0.09. Web safe color of #beaee9 is #cc99ff. Color #beaee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11101001
Octal 276 256 351
Decimal 190 174 233
Hex BE AE E9

RGB Percentages of Color #beaee9

%31.83
%29.15
%39.03

CMYK Percentages of Color #beaee9

%18
%25
%0
%9

Triadic Colors of #beaee9

#beaee9 #e9beae #aee9be

Analogous Colors of #beaee9

#beaee9 #dcaee9 #aebce9

Monochromatic Colors of #beaee9

#beaee9

Complementary Color

#beaee9 #d9e9ae

#beaee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaee9 Color CSS Codes

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

#beaee9 Text Font Color

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

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


#beaee9 Background Color

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

This div background color is #beaee9


#beaee9 Border Color

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

This div border color is #beaee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaee9


Comments

No comments written yet.

Please login to write comment.