Color Hex Logo

#beadc4 Color Hex

#BEADC4
(190,173,196)
0 Favorites   0 Comments

Color spaces of #beadc4

RGB 190173196
HSL0.790.160.72
HSV284°12°77°
CMYK 0.030.120.00   0.23
XYZ46.142644.819858.4437
Yxy44.81980.30880.3000
Hunter Lab66.94765.8701-4.8955
CIE-Lab72.773110.3260-9.4813

#beadc4 color RGB value is (190,173,196).

#beadc4 hex color red value is 190, green value is 173 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #beadc4 hue: 0.79 , saturation: 0.16 and the lightness value of beadc4 is 0.72.

The process color (four color CMYK) of #beadc4 color hex is 0.03, 0.12, 0.00, 0.23. Web safe color of #beadc4 is #cc99cc. Color #beadc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11000100
Octal 276 255 304
Decimal 190 173 196
Hex BE AD C4

RGB Percentages of Color #beadc4

%33.99
%30.95
%35.06

CMYK Percentages of Color #beadc4

%3
%12
%0
%23

Triadic Colors of #beadc4

#beadc4 #c4bead #adc4be

Analogous Colors of #beadc4

#beadc4 #c4adbf #b3adc4

Monochromatic Colors of #beadc4

#beadc4

Complementary Color

#beadc4 #b3c4ad

#beadc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadc4 Color CSS Codes

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

#beadc4 Text Font Color

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

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


#beadc4 Background Color

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

This div background color is #beadc4


#beadc4 Border Color

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

This div border color is #beadc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadc4


Comments

No comments written yet.

Please login to write comment.