Color Hex Logo

#beacff Color Hex

#BEACFF
(190,172,255)
0 Favorites   0 Comments

Color spaces of #beacff

RGB 190172255
HSL0.701.000.84
HSV253°33°100°
CMYK 0.250.330.00   0.00
XYZ54.037747.6722100.9613
Yxy47.67220.26660.2352
Hunter Lab69.045118.8731-38.3654
CIE-Lab74.617723.6186-38.7897

#beacff color RGB value is (190,172,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11111111
Octal 276 254 377
Decimal 190 172 255
Hex BE AC FF

RGB Percentages of Color #beacff

%30.79
%27.88
%41.33

CMYK Percentages of Color #beacff

%25
%33
%0
%0

Triadic Colors of #beacff

#beacff #ffbeac #acffbe

Analogous Colors of #beacff

#beacff #e8acff #acc4ff

Monochromatic Colors of #beacff

#beacff

Complementary Color

#beacff #edffac

#beacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacff Color CSS Codes

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

#beacff Text Font Color

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

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


#beacff Background Color

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

This div background color is #beacff


#beacff Border Color

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

This div border color is #beacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacff


Comments

No comments written yet.

Please login to write comment.