Color Hex Logo

#beacd7 Color Hex

#BEACD7
(190,172,215)
0 Favorites   0 Comments

Color spaces of #beacd7

RGB 190172215
HSL0.740.350.76
HSV265°20°84°
CMYK 0.120.200.00   0.16
XYZ48.253545.358570.5018
Yxy45.35850.29400.2764
Hunter Lab67.348710.0301-14.9217
CIE-Lab73.127314.7024-19.3577

#beacd7 color RGB value is (190,172,215).

#beacd7 hex color red value is 190, green value is 172 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #beacd7 hue: 0.74 , saturation: 0.35 and the lightness value of beacd7 is 0.76.

The process color (four color CMYK) of #beacd7 color hex is 0.12, 0.20, 0.00, 0.16. Web safe color of #beacd7 is #cc99cc. Color #beacd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11010111
Octal 276 254 327
Decimal 190 172 215
Hex BE AC D7

RGB Percentages of Color #beacd7

%32.93
%29.81
%37.26

CMYK Percentages of Color #beacd7

%12
%20
%0
%16

Triadic Colors of #beacd7

#beacd7 #d7beac #acd7be

Analogous Colors of #beacd7

#beacd7 #d4acd7 #acb0d7

Monochromatic Colors of #beacd7

#beacd7

Complementary Color

#beacd7 #c5d7ac

#beacd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacd7 Color CSS Codes

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

#beacd7 Text Font Color

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

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


#beacd7 Background Color

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

This div background color is #beacd7


#beacd7 Border Color

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

This div border color is #beacd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacd7


Comments

No comments written yet.

Please login to write comment.