Color Hex Logo

#beacd4 Color Hex

#BEACD4
(190,172,212)
0 Favorites   0 Comments

Color spaces of #beacd4

RGB 190172212
HSL0.740.320.75
HSV267°19°83°
CMYK 0.100.190.00   0.17
XYZ47.871445.205768.4898
Yxy45.20570.29630.2798
Hunter Lab67.23529.4303-13.3317
CIE-Lab73.027114.0787-17.8686

#beacd4 color RGB value is (190,172,212).

#beacd4 hex color red value is 190, green value is 172 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #beacd4 hue: 0.74 , saturation: 0.32 and the lightness value of beacd4 is 0.75.

The process color (four color CMYK) of #beacd4 color hex is 0.10, 0.19, 0.00, 0.17. Web safe color of #beacd4 is #cc99cc. Color #beacd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11010100
Octal 276 254 324
Decimal 190 172 212
Hex BE AC D4

RGB Percentages of Color #beacd4

%33.10
%29.97
%36.93

CMYK Percentages of Color #beacd4

%10
%19
%0
%17

Triadic Colors of #beacd4

#beacd4 #d4beac #acd4be

Analogous Colors of #beacd4

#beacd4 #d2acd4 #acaed4

Monochromatic Colors of #beacd4

#beacd4

Complementary Color

#beacd4 #c2d4ac

#beacd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacd4 Color CSS Codes

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

#beacd4 Text Font Color

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

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


#beacd4 Background Color

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

This div background color is #beacd4


#beacd4 Border Color

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

This div border color is #beacd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacd4

#beacd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.