Color Hex Logo

#beaff3 Color Hex

#BEAFF3
(190,175,243)
0 Favorites   0 Comments

Color spaces of #beaff3

RGB 190175243
HSL0.700.740.82
HSV253°28°95°
CMYK 0.220.280.00   0.05
XYZ52.742848.078291.2942
Yxy48.07820.27450.2503
Hunter Lab69.338414.4351-29.5270
CIE-Lab74.874219.1775-31.9128

#beaff3 color RGB value is (190,175,243).

#beaff3 hex color red value is 190, green value is 175 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #beaff3 hue: 0.70 , saturation: 0.74 and the lightness value of beaff3 is 0.82.

The process color (four color CMYK) of #beaff3 color hex is 0.22, 0.28, 0.00, 0.05. Web safe color of #beaff3 is #cc99ff. Color #beaff3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11110011
Octal 276 257 363
Decimal 190 175 243
Hex BE AF F3

RGB Percentages of Color #beaff3

%31.25
%28.78
%39.97

CMYK Percentages of Color #beaff3

%22
%28
%0
%5

Triadic Colors of #beaff3

#beaff3 #f3beaf #aff3be

Analogous Colors of #beaff3

#beaff3 #e0aff3 #afc2f3

Monochromatic Colors of #beaff3

#beaff3

Complementary Color

#beaff3 #e4f3af

#beaff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaff3 Color CSS Codes

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

#beaff3 Text Font Color

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

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


#beaff3 Background Color

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

This div background color is #beaff3


#beaff3 Border Color

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

This div border color is #beaff3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaff3


Comments

No comments written yet.

Please login to write comment.