Color Hex Logo

#bef481 Color Hex

#BEF481
(190,244,129)
0 Favorites   0 Comments

Color spaces of #bef481

RGB 190244129
HSL0.240.840.73
HSV88°47°96°
CMYK 0.220.000.47   0.04
XYZ57.548377.233532.6433
Yxy77.23350.34370.4613
Hunter Lab87.8826-36.907139.4950
CIE-Lab90.4290-35.751149.6412

#bef481 color RGB value is (190,244,129).

#bef481 hex color red value is 190, green value is 244 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bef481 hue: 0.24 , saturation: 0.84 and the lightness value of bef481 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110100 10000001
Octal 276 364 201
Decimal 190 244 129
Hex BE F4 81

RGB Percentages of Color #bef481

%33.75
%43.34
%22.91

CMYK Percentages of Color #bef481

%22
%0
%47
%4

Triadic Colors of #bef481

#bef481 #81bef4 #f481be

Analogous Colors of #bef481

#bef481 #85f481 #f4f181

Monochromatic Colors of #bef481

#bef481

Complementary Color

#bef481 #b781f4

#bef481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef481 Color CSS Codes

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

#bef481 Text Font Color

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

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


#bef481 Background Color

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

This div background color is #bef481


#bef481 Border Color

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

This div border color is #bef481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef481


Comments

No comments written yet.

Please login to write comment.