Color Hex Logo

#beafd7 Color Hex

#BEAFD7
(190,175,215)
0 Favorites   0 Comments

Color spaces of #beafd7

RGB 190175215
HSL0.730.330.76
HSV263°19°84°
CMYK 0.120.190.00   0.16
XYZ48.830946.513470.6943
Yxy46.51340.29410.2801
Hunter Lab68.20078.4526-13.7173
CIE-Lab73.877413.0538-18.2217

#beafd7 color RGB value is (190,175,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11010111
Octal 276 257 327
Decimal 190 175 215
Hex BE AF D7

RGB Percentages of Color #beafd7

%32.76
%30.17
%37.07

CMYK Percentages of Color #beafd7

%12
%19
%0
%16

Triadic Colors of #beafd7

#beafd7 #d7beaf #afd7be

Analogous Colors of #beafd7

#beafd7 #d2afd7 #afb4d7

Monochromatic Colors of #beafd7

#beafd7

Complementary Color

#beafd7 #c8d7af

#beafd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafd7 Color CSS Codes

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

#beafd7 Text Font Color

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

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


#beafd7 Background Color

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

This div background color is #beafd7


#beafd7 Border Color

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

This div border color is #beafd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafd7


Comments

No comments written yet.

Please login to write comment.