Color Hex Logo

#beacda Color Hex

#BEACDA
(190,172,218)
0 Favorites   0 Comments

Color spaces of #beacda

RGB 190172218
HSL0.730.380.76
HSV263°21°85°
CMYK 0.130.210.00   0.15
XYZ48.642645.514272.5510
Yxy45.51420.29180.2730
Hunter Lab67.464210.6385-16.5355
CIE-Lab73.229215.3326-20.8424

#beacda color RGB value is (190,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11011010
Octal 276 254 332
Decimal 190 172 218
Hex BE AC DA

RGB Percentages of Color #beacda

%32.76
%29.66
%37.59

CMYK Percentages of Color #beacda

%13
%21
%0
%15

Triadic Colors of #beacda

#beacda #dabeac #acdabe

Analogous Colors of #beacda

#beacda #d5acda #acb1da

Monochromatic Colors of #beacda

#beacda

Complementary Color

#beacda #c8daac

#beacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacda Color CSS Codes

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

#beacda Text Font Color

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

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


#beacda Background Color

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

This div background color is #beacda


#beacda Border Color

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

This div border color is #beacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacda


Comments

No comments written yet.

Please login to write comment.