Color Hex Logo

#beeeac Color Hex

#BEEEAC
(190,238,172)
0 Favorites   0 Comments

Color spaces of #beeeac

RGB 190238172
HSL0.290.660.80
HSV104°28°93°
CMYK 0.200.000.28   0.07
XYZ59.256175.074850.3975
Yxy75.07480.32080.4064
Hunter Lab86.6457-29.555726.1660
CIE-Lab89.4280-27.293127.0644

#beeeac color RGB value is (190,238,172).

#beeeac hex color red value is 190, green value is 238 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #beeeac hue: 0.29 , saturation: 0.66 and the lightness value of beeeac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 10101100
Octal 276 356 254
Decimal 190 238 172
Hex BE EE AC

RGB Percentages of Color #beeeac

%31.67
%39.67
%28.67

CMYK Percentages of Color #beeeac

%20
%0
%28
%7

Triadic Colors of #beeeac

#beeeac #acbeee #eeacbe

Analogous Colors of #beeeac

#beeeac #aceebb #dfeeac

Monochromatic Colors of #beeeac

#beeeac

Complementary Color

#beeeac #dcacee

#beeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeeac Color CSS Codes

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

#beeeac Text Font Color

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

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


#beeeac Background Color

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

This div background color is #beeeac


#beeeac Border Color

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

This div border color is #beeeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeeac


Comments

No comments written yet.

Please login to write comment.