Color Hex Logo

#bef244 Color Hex

#BEF244
(190,242,68)
0 Favorites   0 Comments

Color spaces of #bef244

RGB 19024268
HSL0.220.870.61
HSV78°72°95°
CMYK 0.210.000.72   0.05
XYZ54.030774.868817.0722
Yxy74.86880.37010.5129
Hunter Lab86.5268-39.959448.8705
CIE-Lab89.3315-39.820873.7594

#bef244 color RGB value is (190,242,68).

#bef244 hex color red value is 190, green value is 242 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bef244 hue: 0.22 , saturation: 0.87 and the lightness value of bef244 is 0.61.

The process color (four color CMYK) of #bef244 color hex is 0.21, 0.00, 0.72, 0.05. Web safe color of #bef244 is #ccff33. Color #bef244 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 01000100
Octal 276 362 104
Decimal 190 242 68
Hex BE F2 44

RGB Percentages of Color #bef244

%38.00
%48.40
%13.60

CMYK Percentages of Color #bef244

%21
%0
%72
%5

Triadic Colors of #bef244

#bef244 #44bef2 #f244be

Analogous Colors of #bef244

#bef244 #67f244 #f2cf44

Monochromatic Colors of #bef244

#bef244

Complementary Color

#bef244 #7844f2

#bef244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef244 Color CSS Codes

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

#bef244 Text Font Color

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

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


#bef244 Background Color

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

This div background color is #bef244


#bef244 Border Color

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

This div border color is #bef244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef244


Comments

No comments written yet.

Please login to write comment.