Color Hex Logo

#beaeaf Color Hex

#BEAEAF
(190,174,175)
0 Favorites   0 Comments

Color spaces of #beaeaf

RGB 190174175
HSL0.990.110.71
HSV356°75°
CMYK 0.000.080.08   0.25
XYZ44.109144.314446.7862
Yxy44.31440.32620.3277
Hunter Lab66.56911.77944.9280
CIE-Lab72.43815.91011.5587

#beaeaf color RGB value is (190,174,175).

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

The process color (four color CMYK) of #beaeaf color hex is 0.00, 0.08, 0.08, 0.25. Web safe color of #beaeaf is #cc9999. Color #beaeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 10101111
Octal 276 256 257
Decimal 190 174 175
Hex BE AE AF

RGB Percentages of Color #beaeaf

%35.25
%32.28
%32.47

CMYK Percentages of Color #beaeaf

%0
%8
%8
%25

Triadic Colors of #beaeaf

#beaeaf #afbeae #aeafbe

Analogous Colors of #beaeaf

#beaeaf #beb5ae #beaeb7

Monochromatic Colors of #beaeaf

#beaeaf

Complementary Color

#beaeaf #aebebd

#beaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaeaf Color CSS Codes

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

#beaeaf Text Font Color

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

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


#beaeaf Background Color

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

This div background color is #beaeaf


#beaeaf Border Color

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

This div border color is #beaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaeaf


Comments

No comments written yet.

Please login to write comment.