Color Hex Logo

#beaffb Color Hex

#BEAFFB
(190,175,251)
0 Favorites   0 Comments

Color spaces of #beaffb

RGB 190175251
HSL0.700.900.84
HSV252°30°98°
CMYK 0.240.300.00   0.02
XYZ53.977848.572197.7972
Yxy48.57210.26940.2424
Hunter Lab69.693716.2844-34.4127
CIE-Lab75.184321.0231-35.7537

#beaffb color RGB value is (190,175,251).

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

The process color (four color CMYK) of #beaffb color hex is 0.24, 0.30, 0.00, 0.02. Web safe color of #beaffb is #cc99ff. Color #beaffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11111011
Octal 276 257 373
Decimal 190 175 251
Hex BE AF FB

RGB Percentages of Color #beaffb

%30.84
%28.41
%40.75

CMYK Percentages of Color #beaffb

%24
%30
%0
%2

Triadic Colors of #beaffb

#beaffb #fbbeaf #affbbe

Analogous Colors of #beaffb

#beaffb #e4affb #afc6fb

Monochromatic Colors of #beaffb

#beaffb

Complementary Color

#beaffb #ecfbaf

#beaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaffb Color CSS Codes

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

#beaffb Text Font Color

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

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


#beaffb Background Color

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

This div background color is #beaffb


#beaffb Border Color

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

This div border color is #beaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaffb

Related Colors


Comments

No comments written yet.

Please login to write comment.