Color Hex Logo

#bef582 Color Hex

#BEF582
(190,245,130)
0 Favorites   0 Comments

Color spaces of #bef582

RGB 190245130
HSL0.250.850.74
HSV89°47°96°
CMYK 0.220.000.47   0.04
XYZ57.916977.863733.0957
Yxy77.86370.34300.4611
Hunter Lab88.2404-37.261639.5308
CIE-Lab90.7177-36.094349.5234

#bef582 color RGB value is (190,245,130).

#bef582 hex color red value is 190, green value is 245 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bef582 hue: 0.25 , saturation: 0.85 and the lightness value of bef582 is 0.74.

The process color (four color CMYK) of #bef582 color hex is 0.22, 0.00, 0.47, 0.04. Web safe color of #bef582 is #ccff99. Color #bef582 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 10000010
Octal 276 365 202
Decimal 190 245 130
Hex BE F5 82

RGB Percentages of Color #bef582

%33.63
%43.36
%23.01

CMYK Percentages of Color #bef582

%22
%0
%47
%4

Triadic Colors of #bef582

#bef582 #82bef5 #f582be

Analogous Colors of #bef582

#bef582 #85f582 #f5f382

Monochromatic Colors of #bef582

#bef582

Complementary Color

#bef582 #b982f5

#bef582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef582 Color CSS Codes

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

#bef582 Text Font Color

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

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


#bef582 Background Color

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

This div background color is #bef582


#bef582 Border Color

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

This div border color is #bef582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef582


Comments

No comments written yet.

Please login to write comment.