Color Hex Logo

#beefb2 Color Hex

#BEEFB2
(190,239,178)
0 Favorites   0 Comments

Color spaces of #beefb2

RGB 190239178
HSL0.300.660.82
HSV108°26°94°
CMYK 0.210.000.26   0.06
XYZ60.137675.894553.5990
Yxy75.89450.31710.4002
Hunter Lab87.1174-29.236124.5040
CIE-Lab89.8103-26.833424.5146

#beefb2 color RGB value is (190,239,178).

#beefb2 hex color red value is 190, green value is 239 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #beefb2 hue: 0.30 , saturation: 0.66 and the lightness value of beefb2 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 10110010
Octal 276 357 262
Decimal 190 239 178
Hex BE EF B2

RGB Percentages of Color #beefb2

%31.30
%39.37
%29.32

CMYK Percentages of Color #beefb2

%21
%0
%26
%6

Triadic Colors of #beefb2

#beefb2 #b2beef #efb2be

Analogous Colors of #beefb2

#beefb2 #b2efc5 #ddefb2

Monochromatic Colors of #beefb2

#beefb2

Complementary Color

#beefb2 #e3b2ef

#beefb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefb2 Color CSS Codes

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

#beefb2 Text Font Color

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

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


#beefb2 Background Color

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

This div background color is #beefb2


#beefb2 Border Color

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

This div border color is #beefb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beefb2


Comments

No comments written yet.

Please login to write comment.