Color Hex Logo

#beafe0 Color Hex

#BEAFE0
(190,175,224)
0 Favorites   0 Comments

Color spaces of #beafe0

RGB 190175224
HSL0.720.440.78
HSV258°22°88°
CMYK 0.150.220.00   0.12
XYZ50.019746.988976.9545
Yxy46.98890.28750.2701
Hunter Lab68.548510.2914-18.5768
CIE-Lab74.182714.9619-22.6635

#beafe0 color RGB value is (190,175,224).

#beafe0 hex color red value is 190, green value is 175 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #beafe0 hue: 0.72 , saturation: 0.44 and the lightness value of beafe0 is 0.78.

The process color (four color CMYK) of #beafe0 color hex is 0.15, 0.22, 0.00, 0.12. Web safe color of #beafe0 is #cc99cc. Color #beafe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11100000
Octal 276 257 340
Decimal 190 175 224
Hex BE AF E0

RGB Percentages of Color #beafe0

%32.26
%29.71
%38.03

CMYK Percentages of Color #beafe0

%15
%22
%0
%12

Triadic Colors of #beafe0

#beafe0 #e0beaf #afe0be

Analogous Colors of #beafe0

#beafe0 #d7afe0 #afb9e0

Monochromatic Colors of #beafe0

#beafe0

Complementary Color

#beafe0 #d1e0af

#beafe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafe0 Color CSS Codes

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

#beafe0 Text Font Color

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

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


#beafe0 Background Color

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

This div background color is #beafe0


#beafe0 Border Color

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

This div border color is #beafe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafe0


Comments

No comments written yet.

Please login to write comment.