Color Hex Logo

#beafe9 Color Hex

#BEAFE9
(190,175,233)
0 Favorites   0 Comments

Color spaces of #beafe9

RGB 190175233
HSL0.710.570.80
HSV256°25°91°
CMYK 0.180.250.00   0.09
XYZ51.273247.490383.5549
Yxy47.49030.28120.2605
Hunter Lab68.913212.2105-23.6478
CIE-Lab74.502316.9285-27.0667

#beafe9 color RGB value is (190,175,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11101001
Octal 276 257 351
Decimal 190 175 233
Hex BE AF E9

RGB Percentages of Color #beafe9

%31.77
%29.26
%38.96

CMYK Percentages of Color #beafe9

%18
%25
%0
%9

Triadic Colors of #beafe9

#beafe9 #e9beaf #afe9be

Analogous Colors of #beafe9

#beafe9 #dbafe9 #afbde9

Monochromatic Colors of #beafe9

#beafe9

Complementary Color

#beafe9 #dae9af

#beafe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafe9 Color CSS Codes

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

#beafe9 Text Font Color

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

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


#beafe9 Background Color

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

This div background color is #beafe9


#beafe9 Border Color

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

This div border color is #beafe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafe9


Comments

No comments written yet.

Please login to write comment.