Color Hex Logo

#beacdb Color Hex

#BEACDB
(190,172,219)
0 Favorites   0 Comments

Color spaces of #beacdb

RGB 190172219
HSL0.730.390.77
HSV263°21°86°
CMYK 0.130.210.00   0.14
XYZ48.773945.566773.2424
Yxy45.56670.29100.2719
Hunter Lab67.503110.8435-17.0788
CIE-Lab73.263515.5443-21.3365

#beacdb color RGB value is (190,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11011011
Octal 276 254 333
Decimal 190 172 219
Hex BE AC DB

RGB Percentages of Color #beacdb

%32.70
%29.60
%37.69

CMYK Percentages of Color #beacdb

%13
%21
%0
%14

Triadic Colors of #beacdb

#beacdb #dbbeac #acdbbe

Analogous Colors of #beacdb

#beacdb #d6acdb #acb2db

Monochromatic Colors of #beacdb

#beacdb

Complementary Color

#beacdb #c9dbac

#beacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacdb Color CSS Codes

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

#beacdb Text Font Color

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

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


#beacdb Background Color

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

This div background color is #beacdb


#beacdb Border Color

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

This div border color is #beacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacdb

#beacdb Color Palettes


Comments

No comments written yet.

Please login to write comment.