Color Hex Logo

#beaeca Color Hex

#BEAECA
(190,174,202)
0 Favorites   0 Comments

Color spaces of #beaeca

RGB 190174202
HSL0.760.210.74
HSV274°14°79°
CMYK 0.060.140.00   0.21
XYZ47.031945.483562.1775
Yxy45.48350.30400.2940
Hunter Lab67.44156.4587-7.4533
CIE-Lab73.209110.9550-12.1197

#beaeca color RGB value is (190,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11001010
Octal 276 256 312
Decimal 190 174 202
Hex BE AE CA

RGB Percentages of Color #beaeca

%33.57
%30.74
%35.69

CMYK Percentages of Color #beaeca

%6
%14
%0
%21

Triadic Colors of #beaeca

#beaeca #cabeae #aecabe

Analogous Colors of #beaeca

#beaeca #caaec8 #b0aeca

Monochromatic Colors of #beaeca

#beaeca

Complementary Color

#beaeca #bacaae

#beaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaeca Color CSS Codes

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

#beaeca Text Font Color

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

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


#beaeca Background Color

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

This div background color is #beaeca


#beaeca Border Color

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

This div border color is #beaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaeca

#beaeca Color Palettes


Comments

No comments written yet.

Please login to write comment.