Color Hex Logo

#bef432 Color Hex

#BEF432
(190,244,50)
0 Favorites   0 Comments

Color spaces of #bef432

RGB 19024450
HSL0.210.900.58
HSV77°80°96°
CMYK 0.220.000.80   0.04
XYZ54.161675.878814.8091
Yxy75.87880.37390.5238
Hunter Lab87.1084-41.453450.8962
CIE-Lab89.8030-41.519179.5654

#bef432 color RGB value is (190,244,50).

#bef432 hex color red value is 190, green value is 244 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #bef432 hue: 0.21 , saturation: 0.90 and the lightness value of bef432 is 0.58.

The process color (four color CMYK) of #bef432 color hex is 0.22, 0.00, 0.80, 0.04. Web safe color of #bef432 is #ccff33. Color #bef432 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110100 00110010
Octal 276 364 62
Decimal 190 244 50
Hex BE F4 32

RGB Percentages of Color #bef432

%39.26
%50.41
%10.33

CMYK Percentages of Color #bef432

%22
%0
%80
%4

Triadic Colors of #bef432

#bef432 #32bef4 #f432be

Analogous Colors of #bef432

#bef432 #5df432 #f4c932

Monochromatic Colors of #bef432

#bef432

Complementary Color

#bef432 #6832f4

#bef432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef432 Color CSS Codes

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

#bef432 Text Font Color

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

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


#bef432 Background Color

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

This div background color is #bef432


#bef432 Border Color

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

This div border color is #bef432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef432


Comments

No comments written yet.

Please login to write comment.