Color Hex Logo

#beabdc Color Hex

#BEABDC
(190,171,220)
0 Favorites   0 Comments

Color spaces of #beabdc

RGB 190171220
HSL0.730.410.77
HSV263°22°86°
CMYK 0.140.220.00   0.14
XYZ48.716445.240373.8748
Yxy45.24030.29030.2696
Hunter Lab67.260911.5792-18.0375
CIE-Lab73.049816.3078-22.2077

#beabdc color RGB value is (190,171,220).

#beabdc hex color red value is 190, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #beabdc hue: 0.73 , saturation: 0.41 and the lightness value of beabdc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11011100
Octal 276 253 334
Decimal 190 171 220
Hex BE AB DC

RGB Percentages of Color #beabdc

%32.70
%29.43
%37.87

CMYK Percentages of Color #beabdc

%14
%22
%0
%14

Triadic Colors of #beabdc

#beabdc #dcbeab #abdcbe

Analogous Colors of #beabdc

#beabdc #d7abdc #abb1dc

Monochromatic Colors of #beabdc

#beabdc

Complementary Color

#beabdc #c9dcab

#beabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabdc Color CSS Codes

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

#beabdc Text Font Color

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

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


#beabdc Background Color

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

This div background color is #beabdc


#beabdc Border Color

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

This div border color is #beabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabdc


Comments

No comments written yet.

Please login to write comment.