Color Hex Logo

#beaebf Color Hex

#BEAEBF
(190,174,191)
0 Favorites   0 Comments

Color spaces of #beaebf

RGB 190174191
HSL0.820.120.72
HSV296°75°
CMYK 0.010.090.00   0.25
XYZ45.775244.980855.5598
Yxy44.98080.31290.3074
Hunter Lab67.06774.4617-2.1692
CIE-Lab72.87928.8227-6.5796

#beaebf color RGB value is (190,174,191).

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

The process color (four color CMYK) of #beaebf color hex is 0.01, 0.09, 0.00, 0.25. Web safe color of #beaebf is #cc99cc. Color #beaebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 10111111
Octal 276 256 277
Decimal 190 174 191
Hex BE AE BF

RGB Percentages of Color #beaebf

%34.23
%31.35
%34.41

CMYK Percentages of Color #beaebf

%1
%9
%0
%25

Triadic Colors of #beaebf

#beaebf #bfbeae #aebfbe

Analogous Colors of #beaebf

#beaebf #bfaeb8 #b6aebf

Monochromatic Colors of #beaebf

#beaebf

Complementary Color

#beaebf #afbfae

#beaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaebf Color CSS Codes

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

#beaebf Text Font Color

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

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


#beaebf Background Color

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

This div background color is #beaebf


#beaebf Border Color

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

This div border color is #beaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaebf


Comments

No comments written yet.

Please login to write comment.