Color Hex Logo

#beabd1 Color Hex

#BEABD1
(190,171,209)
0 Favorites   0 Comments

Color spaces of #beabd1

RGB 190171209
HSL0.750.290.75
HSV270°18°82°
CMYK 0.090.180.00   0.18
XYZ47.306744.676466.4517
Yxy44.67640.29860.2820
Hunter Lab66.84049.3637-12.1569
CIE-Lab72.678314.0118-16.7530

#beabd1 color RGB value is (190,171,209).

#beabd1 hex color red value is 190, green value is 171 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #beabd1 hue: 0.75 , saturation: 0.29 and the lightness value of beabd1 is 0.75.

The process color (four color CMYK) of #beabd1 color hex is 0.09, 0.18, 0.00, 0.18. Web safe color of #beabd1 is #cc99cc. Color #beabd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11010001
Octal 276 253 321
Decimal 190 171 209
Hex BE AB D1

RGB Percentages of Color #beabd1

%33.33
%30.00
%36.67

CMYK Percentages of Color #beabd1

%9
%18
%0
%18

Triadic Colors of #beabd1

#beabd1 #d1beab #abd1be

Analogous Colors of #beabd1

#beabd1 #d1abd1 #ababd1

Monochromatic Colors of #beabd1

#beabd1

Complementary Color

#beabd1 #bed1ab

#beabd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabd1 Color CSS Codes

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

#beabd1 Text Font Color

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

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


#beabd1 Background Color

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

This div background color is #beabd1


#beabd1 Border Color

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

This div border color is #beabd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabd1


Comments

No comments written yet.

Please login to write comment.