Color Hex Logo

#beacf0 Color Hex

#BEACF0
(190,172,240)
0 Favorites   0 Comments

Color spaces of #beacf0

RGB 190172240
HSL0.710.690.81
HSV256°28°94°
CMYK 0.210.280.00   0.06
XYZ51.715946.743588.7347
Yxy46.74350.27630.2497
Hunter Lab68.369215.3750-29.0926
CIE-Lab74.025420.1522-31.5971

#beacf0 color RGB value is (190,172,240).

#beacf0 hex color red value is 190, green value is 172 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #beacf0 hue: 0.71 , saturation: 0.69 and the lightness value of beacf0 is 0.81.

The process color (four color CMYK) of #beacf0 color hex is 0.21, 0.28, 0.00, 0.06. Web safe color of #beacf0 is #cc99ff. Color #beacf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11110000
Octal 276 254 360
Decimal 190 172 240
Hex BE AC F0

RGB Percentages of Color #beacf0

%31.56
%28.57
%39.87

CMYK Percentages of Color #beacf0

%21
%28
%0
%6

Triadic Colors of #beacf0

#beacf0 #f0beac #acf0be

Analogous Colors of #beacf0

#beacf0 #e0acf0 #acbcf0

Monochromatic Colors of #beacf0

#beacf0

Complementary Color

#beacf0 #def0ac

#beacf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacf0 Color CSS Codes

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

#beacf0 Text Font Color

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

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


#beacf0 Background Color

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

This div background color is #beacf0


#beacf0 Border Color

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

This div border color is #beacf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacf0


Comments

No comments written yet.

Please login to write comment.