Color Hex Logo

#beefb5 Color Hex

#BEEFB5
(190,239,181)
0 Favorites   0 Comments

Color spaces of #beefb5

RGB 190239181
HSL0.310.640.82
HSV111°24°94°
CMYK 0.210.000.24   0.06
XYZ60.442276.016355.2030
Yxy76.01630.31540.3966
Hunter Lab87.1873-28.833523.4914
CIE-Lab89.8669-26.353723.0523

#beefb5 color RGB value is (190,239,181).

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

The process color (four color CMYK) of #beefb5 color hex is 0.21, 0.00, 0.24, 0.06. Web safe color of #beefb5 is #ccffcc. Color #beefb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 10110101
Octal 276 357 265
Decimal 190 239 181
Hex BE EF B5

RGB Percentages of Color #beefb5

%31.15
%39.18
%29.67

CMYK Percentages of Color #beefb5

%21
%0
%24
%6

Triadic Colors of #beefb5

#beefb5 #b5beef #efb5be

Analogous Colors of #beefb5

#beefb5 #b5efc9 #dbefb5

Monochromatic Colors of #beefb5

#beefb5

Complementary Color

#beefb5 #e6b5ef

#beefb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefb5 Color CSS Codes

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

#beefb5 Text Font Color

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

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


#beefb5 Background Color

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

This div background color is #beefb5


#beefb5 Border Color

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

This div border color is #beefb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beefb5


Comments

No comments written yet.

Please login to write comment.