Color Hex Logo

#beaefc Color Hex

#BEAEFC
(190,174,252)
0 Favorites   0 Comments

Color spaces of #beaefc

RGB 190174252
HSL0.700.930.84
HSV252°31°99°
CMYK 0.250.310.00   0.01
XYZ53.941948.247598.5651
Yxy48.24750.26870.2403
Hunter Lab69.460417.0646-35.5109
CIE-Lab74.980821.8087-36.6084

#beaefc color RGB value is (190,174,252).

#beaefc hex color red value is 190, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #beaefc hue: 0.70 , saturation: 0.93 and the lightness value of beaefc is 0.84.

The process color (four color CMYK) of #beaefc color hex is 0.25, 0.31, 0.00, 0.01. Web safe color of #beaefc is #cc99ff. Color #beaefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11111100
Octal 276 256 374
Decimal 190 174 252
Hex BE AE FC

RGB Percentages of Color #beaefc

%30.84
%28.25
%40.91

CMYK Percentages of Color #beaefc

%25
%31
%0
%1

Triadic Colors of #beaefc

#beaefc #fcbeae #aefcbe

Analogous Colors of #beaefc

#beaefc #e5aefc #aec5fc

Monochromatic Colors of #beaefc

#beaefc

Complementary Color

#beaefc #ecfcae

#beaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaefc Color CSS Codes

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

#beaefc Text Font Color

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

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


#beaefc Background Color

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

This div background color is #beaefc


#beaefc Border Color

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

This div border color is #beaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaefc


Comments

No comments written yet.

Please login to write comment.