Color Hex Logo

#beacfe Color Hex

#BEACFE
(190,172,254)
0 Favorites   0 Comments

Color spaces of #beacfe

RGB 190172254
HSL0.700.980.84
HSV253°32°100°
CMYK 0.250.320.00   0.00
XYZ53.877147.6080100.1156
Yxy47.60800.26720.2361
Hunter Lab68.998618.6332-37.7297
CIE-Lab74.577023.3832-38.3138

#beacfe color RGB value is (190,172,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11111110
Octal 276 254 376
Decimal 190 172 254
Hex BE AC FE

RGB Percentages of Color #beacfe

%30.84
%27.92
%41.23

CMYK Percentages of Color #beacfe

%25
%32
%0
%0

Triadic Colors of #beacfe

#beacfe #febeac #acfebe

Analogous Colors of #beacfe

#beacfe #e7acfe #acc3fe

Monochromatic Colors of #beacfe

#beacfe

Complementary Color

#beacfe #ecfeac

#beacfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacfe Color CSS Codes

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

#beacfe Text Font Color

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

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


#beacfe Background Color

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

This div background color is #beacfe


#beacfe Border Color

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

This div border color is #beacfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,172,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 #beacfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacfe


Comments

No comments written yet.

Please login to write comment.