Color Hex Logo

#beaef3 Color Hex

#BEAEF3
(190,174,243)
0 Favorites   0 Comments

Color spaces of #beaef3

RGB 190174243
HSL0.710.740.82
HSV254°28°95°
CMYK 0.220.280.00   0.05
XYZ52.548947.690391.2295
Yxy47.69030.27450.2491
Hunter Lab69.058214.9754-29.9845
CIE-Lab74.629219.7297-32.2907

#beaef3 color RGB value is (190,174,243).

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

The process color (four color CMYK) of #beaef3 color hex is 0.22, 0.28, 0.00, 0.05. Web safe color of #beaef3 is #cc99ff. Color #beaef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11110011
Octal 276 256 363
Decimal 190 174 243
Hex BE AE F3

RGB Percentages of Color #beaef3

%31.30
%28.67
%40.03

CMYK Percentages of Color #beaef3

%22
%28
%0
%5

Triadic Colors of #beaef3

#beaef3 #f3beae #aef3be

Analogous Colors of #beaef3

#beaef3 #e1aef3 #aec1f3

Monochromatic Colors of #beaef3

#beaef3

Complementary Color

#beaef3 #e3f3ae

#beaef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaef3 Color CSS Codes

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

#beaef3 Text Font Color

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

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


#beaef3 Background Color

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

This div background color is #beaef3


#beaef3 Border Color

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

This div border color is #beaef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaef3


Comments

No comments written yet.

Please login to write comment.