Color Hex Logo

#beefaf Color Hex

#BEEFAF
(190,239,175)
0 Favorites   0 Comments

Color spaces of #beefaf

RGB 190239175
HSL0.290.670.81
HSV106°27°94°
CMYK 0.210.000.27   0.06
XYZ59.839675.775352.0297
Yxy75.77530.31890.4038
Hunter Lab87.0490-29.630525.4963
CIE-Lab89.7549-27.304725.9755

#beefaf color RGB value is (190,239,175).

#beefaf hex color red value is 190, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #beefaf hue: 0.29 , saturation: 0.67 and the lightness value of beefaf is 0.81.

The process color (four color CMYK) of #beefaf color hex is 0.21, 0.00, 0.27, 0.06. Web safe color of #beefaf is #ccff99. Color #beefaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 10101111
Octal 276 357 257
Decimal 190 239 175
Hex BE EF AF

RGB Percentages of Color #beefaf

%31.46
%39.57
%28.97

CMYK Percentages of Color #beefaf

%21
%0
%27
%6

Triadic Colors of #beefaf

#beefaf #afbeef #efafbe

Analogous Colors of #beefaf

#beefaf #afefc0 #deefaf

Monochromatic Colors of #beefaf

#beefaf

Complementary Color

#beefaf #e0afef

#beefaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefaf Color CSS Codes

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

#beefaf Text Font Color

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

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


#beefaf Background Color

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

This div background color is #beefaf


#beefaf Border Color

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

This div border color is #beefaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,239,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 #beefaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beefaf


Comments

No comments written yet.

Please login to write comment.