Color Hex Logo

#bef705 Color Hex

#BEF705
(190,247,5)
0 Favorites   0 Comments

Color spaces of #bef705

RGB 1902475
HSL0.210.960.49
HSV74°98°97°
CMYK 0.230.000.98   0.03
XYZ54.523477.479612.2250
Yxy77.47960.37800.5372
Hunter Lab88.0225-43.471953.3813
CIE-Lab90.5419-43.782987.2080

#bef705 color RGB value is (190,247,5).

#bef705 hex color red value is 190, green value is 247 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bef705 hue: 0.21 , saturation: 0.96 and the lightness value of bef705 is 0.49.

The process color (four color CMYK) of #bef705 color hex is 0.23, 0.00, 0.98, 0.03. Web safe color of #bef705 is #ccff00. Color #bef705 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110111 00000101
Octal 276 367 5
Decimal 190 247 5
Hex BE F7 5

RGB Percentages of Color #bef705

%42.99
%55.88
%1.13

CMYK Percentages of Color #bef705

%23
%0
%98
%3

Triadic Colors of #bef705

#bef705 #05bef7 #f705be

Analogous Colors of #bef705

#bef705 #45f705 #f7b705

Monochromatic Colors of #bef705

#bef705

Complementary Color

#bef705 #3e05f7

#bef705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef705 Color CSS Codes

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

#bef705 Text Font Color

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

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


#bef705 Background Color

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

This div background color is #bef705


#bef705 Border Color

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

This div border color is #bef705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef705


Comments

No comments written yet.

Please login to write comment.