Color Hex Logo

#beafdb Color Hex

#BEAFDB
(190,175,219)
0 Favorites   0 Comments

Color spaces of #beafdb

RGB 190175219
HSL0.720.380.77
HSV260°20°86°
CMYK 0.130.200.00   0.14
XYZ49.351446.721673.4349
Yxy46.72160.29110.2756
Hunter Lab68.35329.2599-15.8507
CIE-Lab74.011313.8945-20.2004

#beafdb color RGB value is (190,175,219).

#beafdb hex color red value is 190, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #beafdb hue: 0.72 , saturation: 0.38 and the lightness value of beafdb is 0.77.

The process color (four color CMYK) of #beafdb color hex is 0.13, 0.20, 0.00, 0.14. Web safe color of #beafdb is #cc99cc. Color #beafdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11011011
Octal 276 257 333
Decimal 190 175 219
Hex BE AF DB

RGB Percentages of Color #beafdb

%32.53
%29.97
%37.50

CMYK Percentages of Color #beafdb

%13
%20
%0
%14

Triadic Colors of #beafdb

#beafdb #dbbeaf #afdbbe

Analogous Colors of #beafdb

#beafdb #d4afdb #afb6db

Monochromatic Colors of #beafdb

#beafdb

Complementary Color

#beafdb #ccdbaf

#beafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafdb Color CSS Codes

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

#beafdb Text Font Color

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

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


#beafdb Background Color

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

This div background color is #beafdb


#beafdb Border Color

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

This div border color is #beafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafdb


Comments

No comments written yet.

Please login to write comment.