Color Hex Logo

#befd08 Color Hex

#BEFD08
(190,253,8)
0 Favorites   0 Comments

Color spaces of #befd08

RGB 1902538
HSL0.210.980.51
HSV75°97°99°
CMYK 0.250.000.97   0.01
XYZ56.404381.215212.9330
Yxy81.21520.37460.5394
Hunter Lab90.1195-45.988954.5750
CIE-Lab92.2274-46.324588.2862

#befd08 color RGB value is (190,253,8).

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

The process color (four color CMYK) of #befd08 color hex is 0.25, 0.00, 0.97, 0.01. Web safe color of #befd08 is #ccff00. Color #befd08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 00001000
Octal 276 375 10
Decimal 190 253 8
Hex BE FD 8

RGB Percentages of Color #befd08

%42.13
%56.10
%1.77

CMYK Percentages of Color #befd08

%25
%0
%97
%1

Triadic Colors of #befd08

#befd08 #08befd #fd08be

Analogous Colors of #befd08

#befd08 #44fd08 #fdc208

Monochromatic Colors of #befd08

#befd08

Complementary Color

#befd08 #4708fd

#befd08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befd08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befd08 Color CSS Codes

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

#befd08 Text Font Color

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

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


#befd08 Background Color

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

This div background color is #befd08


#befd08 Border Color

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

This div border color is #befd08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befd08


Comments

No comments written yet.

Please login to write comment.