Color Hex Logo

#beabd4 Color Hex

#BEABD4
(190,171,212)
0 Favorites   0 Comments

Color spaces of #beabd4

RGB 190171212
HSL0.740.320.75
HSV268°19°83°
CMYK 0.100.190.00   0.17
XYZ47.681844.826468.4266
Yxy44.82640.29630.2785
Hunter Lab66.95259.9560-13.7286
CIE-Lab72.777414.6290-18.2463

#beabd4 color RGB value is (190,171,212).

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

The process color (four color CMYK) of #beabd4 color hex is 0.10, 0.19, 0.00, 0.17. Web safe color of #beabd4 is #cc99cc. Color #beabd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11010100
Octal 276 253 324
Decimal 190 171 212
Hex BE AB D4

RGB Percentages of Color #beabd4

%33.16
%29.84
%37.00

CMYK Percentages of Color #beabd4

%10
%19
%0
%17

Triadic Colors of #beabd4

#beabd4 #d4beab #abd4be

Analogous Colors of #beabd4

#beabd4 #d3abd4 #abadd4

Monochromatic Colors of #beabd4

#beabd4

Complementary Color

#beabd4 #c1d4ab

#beabd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabd4 Color CSS Codes

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

#beabd4 Text Font Color

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

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


#beabd4 Background Color

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

This div background color is #beabd4


#beabd4 Border Color

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

This div border color is #beabd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabd4


Comments

No comments written yet.

Please login to write comment.