Color Hex Logo

#bea4ec Color Hex

#BEA4EC
(190,164,236)
0 Favorites   0 Comments

Color spaces of #bea4ec

RGB 190164236
HSL0.730.650.78
HSV262°31°93°
CMYK 0.190.310.00   0.07
XYZ49.651043.554285.1468
Yxy43.55420.27840.2442
Hunter Lab65.995618.8000-30.2984
CIE-Lab71.929523.6795-32.6581

#bea4ec color RGB value is (190,164,236).

#bea4ec hex color red value is 190, green value is 164 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bea4ec hue: 0.73 , saturation: 0.65 and the lightness value of bea4ec is 0.78.

The process color (four color CMYK) of #bea4ec color hex is 0.19, 0.31, 0.00, 0.07. Web safe color of #bea4ec is #cc99ff. Color #bea4ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 11101100
Octal 276 244 354
Decimal 190 164 236
Hex BE A4 EC

RGB Percentages of Color #bea4ec

%32.20
%27.80
%40.00

CMYK Percentages of Color #bea4ec

%19
%31
%0
%7

Triadic Colors of #bea4ec

#bea4ec #ecbea4 #a4ecbe

Analogous Colors of #bea4ec

#bea4ec #e2a4ec #a4aeec

Monochromatic Colors of #bea4ec

#bea4ec

Complementary Color

#bea4ec #d2eca4

#bea4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea4ec Color CSS Codes

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

#bea4ec Text Font Color

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

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


#bea4ec Background Color

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

This div background color is #bea4ec


#bea4ec Border Color

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

This div border color is #bea4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea4ec


Comments

No comments written yet.

Please login to write comment.