Color Hex Logo

#bef134 Color Hex

#BEF134
(190,241,52)
0 Favorites   0 Comments

Color spaces of #bef134

RGB 19024152
HSL0.210.870.57
HSV76°78°95°
CMYK 0.210.000.78   0.05
XYZ53.310374.105714.7429
Yxy74.10570.37500.5213
Hunter Lab86.0847-40.107150.1052
CIE-Lab88.9724-40.122178.2868

#bef134 color RGB value is (190,241,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 00110100
Octal 276 361 64
Decimal 190 241 52
Hex BE F1 34

RGB Percentages of Color #bef134

%39.34
%49.90
%10.77

CMYK Percentages of Color #bef134

%21
%0
%78
%5

Triadic Colors of #bef134

#bef134 #34bef1 #f134be

Analogous Colors of #bef134

#bef134 #5ff134 #f1c634

Monochromatic Colors of #bef134

#bef134

Complementary Color

#bef134 #6734f1

#bef134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef134 Color CSS Codes

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

#bef134 Text Font Color

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

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


#bef134 Background Color

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

This div background color is #bef134


#bef134 Border Color

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

This div border color is #bef134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef134


Comments

No comments written yet.

Please login to write comment.