Color Hex Logo

#beafe6 Color Hex

#BEAFE6
(190,175,230)
0 Favorites   0 Comments

Color spaces of #beafe6

RGB 190175230
HSL0.710.520.79
HSV256°24°90°
CMYK 0.170.240.00   0.10
XYZ50.848147.320381.3167
Yxy47.32030.28330.2636
Hunter Lab68.789811.5618-21.9342
CIE-Lab74.394216.2665-25.6034

#beafe6 color RGB value is (190,175,230).

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

The process color (four color CMYK) of #beafe6 color hex is 0.17, 0.24, 0.00, 0.10. Web safe color of #beafe6 is #cc99ff. Color #beafe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11100110
Octal 276 257 346
Decimal 190 175 230
Hex BE AF E6

RGB Percentages of Color #beafe6

%31.93
%29.41
%38.66

CMYK Percentages of Color #beafe6

%17
%24
%0
%10

Triadic Colors of #beafe6

#beafe6 #e6beaf #afe6be

Analogous Colors of #beafe6

#beafe6 #daafe6 #afbce6

Monochromatic Colors of #beafe6

#beafe6

Complementary Color

#beafe6 #d7e6af

#beafe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafe6 Color CSS Codes

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

#beafe6 Text Font Color

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

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


#beafe6 Background Color

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

This div background color is #beafe6


#beafe6 Border Color

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

This div border color is #beafe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafe6


Comments

No comments written yet.

Please login to write comment.