Color Hex Logo

#beeea2 Color Hex

#BEEEA2
(190,238,162)
0 Favorites   0 Comments

Color spaces of #beeea2

RGB 190238162
HSL0.270.690.78
HSV98°32°93°
CMYK 0.200.000.32   0.07
XYZ58.331374.704945.5275
Yxy74.70490.32670.4184
Hunter Lab86.4320-30.789829.2718
CIE-Lab89.2546-28.779331.9183

#beeea2 color RGB value is (190,238,162).

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

The process color (four color CMYK) of #beeea2 color hex is 0.20, 0.00, 0.32, 0.07. Web safe color of #beeea2 is #ccff99. Color #beeea2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 10100010
Octal 276 356 242
Decimal 190 238 162
Hex BE EE A2

RGB Percentages of Color #beeea2

%32.20
%40.34
%27.46

CMYK Percentages of Color #beeea2

%20
%0
%32
%7

Triadic Colors of #beeea2

#beeea2 #a2beee #eea2be

Analogous Colors of #beeea2

#beeea2 #a2eeac #e4eea2

Monochromatic Colors of #beeea2

#beeea2

Complementary Color

#beeea2 #d2a2ee

#beeea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeea2 Color CSS Codes

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

#beeea2 Text Font Color

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

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


#beeea2 Background Color

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

This div background color is #beeea2


#beeea2 Border Color

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

This div border color is #beeea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeea2


Comments

No comments written yet.

Please login to write comment.