Color Hex Logo

#beabcd Color Hex

#BEABCD
(190,171,205)
0 Favorites   0 Comments

Color spaces of #beabcd

RGB 190171205
HSL0.760.250.74
HSV274°17°80°
CMYK 0.070.170.00   0.20
XYZ46.817644.480763.8757
Yxy44.48070.30170.2867
Hunter Lab66.69398.5888-10.0990
CIE-Lab72.548613.2004-14.7555

#beabcd color RGB value is (190,171,205).

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

The process color (four color CMYK) of #beabcd color hex is 0.07, 0.17, 0.00, 0.20. Web safe color of #beabcd is #cc99cc. Color #beabcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11001101
Octal 276 253 315
Decimal 190 171 205
Hex BE AB CD

RGB Percentages of Color #beabcd

%33.57
%30.21
%36.22

CMYK Percentages of Color #beabcd

%7
%17
%0
%20

Triadic Colors of #beabcd

#beabcd #cdbeab #abcdbe

Analogous Colors of #beabcd

#beabcd #cdabcb #adabcd

Monochromatic Colors of #beabcd

#beabcd

Complementary Color

#beabcd #bacdab

#beabcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabcd Color CSS Codes

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

#beabcd Text Font Color

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

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


#beabcd Background Color

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

This div background color is #beabcd


#beabcd Border Color

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

This div border color is #beabcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabcd


Comments

No comments written yet.

Please login to write comment.