Color Hex Logo

#bef430 Color Hex

#BEF430
(190,244,48)
0 Favorites   0 Comments

Color spaces of #bef430

RGB 19024448
HSL0.210.900.57
HSV77°80°96°
CMYK 0.220.000.80   0.04
XYZ54.119475.861914.5867
Yxy75.86190.37440.5247
Hunter Lab87.0987-41.510651.0396
CIE-Lab89.7952-41.592980.0694

#bef430 color RGB value is (190,244,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110100 00110000
Octal 276 364 60
Decimal 190 244 48
Hex BE F4 30

RGB Percentages of Color #bef430

%39.42
%50.62
%9.96

CMYK Percentages of Color #bef430

%22
%0
%80
%4

Triadic Colors of #bef430

#bef430 #30bef4 #f430be

Analogous Colors of #bef430

#bef430 #5cf430 #f4c830

Monochromatic Colors of #bef430

#bef430

Complementary Color

#bef430 #6630f4

#bef430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef430 Color CSS Codes

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

#bef430 Text Font Color

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

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


#bef430 Background Color

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

This div background color is #bef430


#bef430 Border Color

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

This div border color is #bef430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef430


Comments

No comments written yet.

Please login to write comment.