Color Hex Logo

#beeaa5 Color Hex

#BEEAA5
(190,234,165)
0 Favorites   0 Comments

Color spaces of #beeaa5

RGB 190234165
HSL0.270.620.78
HSV98°29°92°
CMYK 0.190.000.29   0.08
XYZ57.449672.509446.5651
Yxy72.50940.32540.4108
Hunter Lab85.1525-28.588627.1843
CIE-Lab88.2132-26.442328.9952

#beeaa5 color RGB value is (190,234,165).

#beeaa5 hex color red value is 190, green value is 234 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #beeaa5 hue: 0.27 , saturation: 0.62 and the lightness value of beeaa5 is 0.78.

The process color (four color CMYK) of #beeaa5 color hex is 0.19, 0.00, 0.29, 0.08. Web safe color of #beeaa5 is #ccff99. Color #beeaa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 10100101
Octal 276 352 245
Decimal 190 234 165
Hex BE EA A5

RGB Percentages of Color #beeaa5

%32.26
%39.73
%28.01

CMYK Percentages of Color #beeaa5

%19
%0
%29
%8

Triadic Colors of #beeaa5

#beeaa5 #a5beea #eaa5be

Analogous Colors of #beeaa5

#beeaa5 #a5eaaf #e1eaa5

Monochromatic Colors of #beeaa5

#beeaa5

Complementary Color

#beeaa5 #d1a5ea

#beeaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeaa5 Color CSS Codes

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

#beeaa5 Text Font Color

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

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


#beeaa5 Background Color

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

This div background color is #beeaa5


#beeaa5 Border Color

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

This div border color is #beeaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeaa5


Comments

No comments written yet.

Please login to write comment.