Color Hex Logo

#beaffe Color Hex

#BEAFFE
(190,175,254)
0 Favorites   0 Comments

Color spaces of #beaffe

RGB 190175254
HSL0.700.980.84
HSV251°31°100°
CMYK 0.250.310.00   0.00
XYZ54.454648.7629100.3080
Yxy48.76290.26760.2396
Hunter Lab69.830416.9931-36.2859
CIE-Lab75.303621.7247-37.1855

#beaffe color RGB value is (190,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11111110
Octal 276 257 376
Decimal 190 175 254
Hex BE AF FE

RGB Percentages of Color #beaffe

%30.69
%28.27
%41.03

CMYK Percentages of Color #beaffe

%25
%31
%0
%0

Triadic Colors of #beaffe

#beaffe #febeaf #affebe

Analogous Colors of #beaffe

#beaffe #e6affe #afc8fe

Monochromatic Colors of #beaffe

#beaffe

Complementary Color

#beaffe #effeaf

#beaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaffe Color CSS Codes

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

#beaffe Text Font Color

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

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


#beaffe Background Color

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

This div background color is #beaffe


#beaffe Border Color

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

This div border color is #beaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaffe

Related Colors


Comments

No comments written yet.

Please login to write comment.