Color Hex Logo

#beaffc Color Hex

#BEAFFC
(190,175,252)
0 Favorites   0 Comments

Color spaces of #beaffc

RGB 190175252
HSL0.700.930.84
HSV252°31°99°
CMYK 0.250.310.00   0.01
XYZ54.135948.635498.6298
Yxy48.63540.26880.2415
Hunter Lab69.739116.5196-35.0346
CIE-Lab75.223921.2563-36.2315

#beaffc color RGB value is (190,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11111100
Octal 276 257 374
Decimal 190 175 252
Hex BE AF FC

RGB Percentages of Color #beaffc

%30.79
%28.36
%40.84

CMYK Percentages of Color #beaffc

%25
%31
%0
%1

Triadic Colors of #beaffc

#beaffc #fcbeaf #affcbe

Analogous Colors of #beaffc

#beaffc #e5affc #afc7fc

Monochromatic Colors of #beaffc

#beaffc

Complementary Color

#beaffc #edfcaf

#beaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaffc Color CSS Codes

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

#beaffc Text Font Color

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

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


#beaffc Background Color

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

This div background color is #beaffc


#beaffc Border Color

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

This div border color is #beaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaffc


Comments

No comments written yet.

Please login to write comment.