Color Hex Logo

#beabd5 Color Hex

#BEABD5
(190,171,213)
0 Favorites   0 Comments

Color spaces of #beabd5

RGB 190171213
HSL0.740.330.75
HSV267°20°84°
CMYK 0.110.200.00   0.16
XYZ47.808444.877169.0932
Yxy44.87710.29550.2774
Hunter Lab66.990410.1553-14.2579
CIE-Lab72.810914.8361-18.7431

#beabd5 color RGB value is (190,171,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11010101
Octal 276 253 325
Decimal 190 171 213
Hex BE AB D5

RGB Percentages of Color #beabd5

%33.10
%29.79
%37.11

CMYK Percentages of Color #beabd5

%11
%20
%0
%16

Triadic Colors of #beabd5

#beabd5 #d5beab #abd5be

Analogous Colors of #beabd5

#beabd5 #d3abd5 #abadd5

Monochromatic Colors of #beabd5

#beabd5

Complementary Color

#beabd5 #c2d5ab

#beabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabd5 Color CSS Codes

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

#beabd5 Text Font Color

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

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


#beabd5 Background Color

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

This div background color is #beabd5


#beabd5 Border Color

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

This div border color is #beabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabd5


Comments

No comments written yet.

Please login to write comment.