Color Hex Logo

#befd4b Color Hex

#BEFD4B
(190,253,75)
0 Favorites   0 Comments

Color spaces of #befd4b

RGB 19025375
HSL0.230.980.64
HSV81°70°99°
CMYK 0.250.000.70   0.01
XYZ57.630581.705719.3899
Yxy81.70570.36310.5148
Hunter Lab90.3912-44.378850.5555
CIE-Lab92.4448-44.238774.4524

#befd4b color RGB value is (190,253,75).

#befd4b hex color red value is 190, green value is 253 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #befd4b hue: 0.23 , saturation: 0.98 and the lightness value of befd4b is 0.64.

The process color (four color CMYK) of #befd4b color hex is 0.25, 0.00, 0.70, 0.01. Web safe color of #befd4b is #ccff33. Color #befd4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 01001011
Octal 276 375 113
Decimal 190 253 75
Hex BE FD 4B

RGB Percentages of Color #befd4b

%36.68
%48.84
%14.48

CMYK Percentages of Color #befd4b

%25
%0
%70
%1

Triadic Colors of #befd4b

#befd4b #4bbefd #fd4bbe

Analogous Colors of #befd4b

#befd4b #65fd4b #fde34b

Monochromatic Colors of #befd4b

#befd4b

Complementary Color

#befd4b #8a4bfd

#befd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#befd4b Color CSS Codes

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

#befd4b Text Font Color

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

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


#befd4b Background Color

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

This div background color is #befd4b


#befd4b Border Color

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

This div border color is #befd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befd4b


Comments

No comments written yet.

Please login to write comment.