Color Hex Logo

#beabc4 Color Hex

#BEABC4
(190,171,196)
0 Favorites   0 Comments

Color spaces of #beabc4

RGB 190171196
HSL0.790.170.72
HSV286°13°77°
CMYK 0.030.130.00   0.23
XYZ45.761944.058558.3168
Yxy44.05850.30890.2974
Hunter Lab66.37666.9040-5.6271
CIE-Lab72.267611.4212-10.2351

#beabc4 color RGB value is (190,171,196).

#beabc4 hex color red value is 190, green value is 171 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #beabc4 hue: 0.79 , saturation: 0.17 and the lightness value of beabc4 is 0.72.

The process color (four color CMYK) of #beabc4 color hex is 0.03, 0.13, 0.00, 0.23. Web safe color of #beabc4 is #cc99cc. Color #beabc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11000100
Octal 276 253 304
Decimal 190 171 196
Hex BE AB C4

RGB Percentages of Color #beabc4

%34.11
%30.70
%35.19

CMYK Percentages of Color #beabc4

%3
%13
%0
%23

Triadic Colors of #beabc4

#beabc4 #c4beab #abc4be

Analogous Colors of #beabc4

#beabc4 #c4abbe #b2abc4

Monochromatic Colors of #beabc4

#beabc4

Complementary Color

#beabc4 #b1c4ab

#beabc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabc4 Color CSS Codes

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

#beabc4 Text Font Color

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

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


#beabc4 Background Color

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

This div background color is #beabc4


#beabc4 Border Color

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

This div border color is #beabc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabc4


Comments

No comments written yet.

Please login to write comment.