Color Hex Logo

#bef32c Color Hex

#BEF32C
(190,243,44)
0 Favorites   0 Comments

Color spaces of #bef32c

RGB 19024344
HSL0.210.890.56
HSV76°82°95°
CMYK 0.220.000.82   0.05
XYZ53.740475.230214.0713
Yxy75.23020.37570.5259
Hunter Lab86.7353-41.189951.0960
CIE-Lab89.5007-41.293380.7814

#bef32c color RGB value is (190,243,44).

#bef32c hex color red value is 190, green value is 243 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bef32c hue: 0.21 , saturation: 0.89 and the lightness value of bef32c is 0.56.

The process color (four color CMYK) of #bef32c color hex is 0.22, 0.00, 0.82, 0.05. Web safe color of #bef32c is #ccff33. Color #bef32c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 00101100
Octal 276 363 54
Decimal 190 243 44
Hex BE F3 2C

RGB Percentages of Color #bef32c

%39.83
%50.94
%9.22

CMYK Percentages of Color #bef32c

%22
%0
%82
%5

Triadic Colors of #bef32c

#bef32c #2cbef3 #f32cbe

Analogous Colors of #bef32c

#bef32c #5bf32c #f3c52c

Monochromatic Colors of #bef32c

#bef32c

Complementary Color

#bef32c #612cf3

#bef32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef32c Color CSS Codes

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

#bef32c Text Font Color

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

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


#bef32c Background Color

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

This div background color is #bef32c


#bef32c Border Color

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

This div border color is #bef32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef32c


Comments

No comments written yet.

Please login to write comment.