Color Hex Logo

#bee705 Color Hex

#BEE705
(190,231,5)
0 Favorites   0 Comments

Color spaces of #bee705

RGB 1902315
HSL0.200.960.46
HSV71°98°91°
CMYK 0.180.000.98   0.09
XYZ49.838568.109910.6633
Yxy68.10990.38750.5296
Hunter Lab82.5287-36.630450.1094
CIE-Lab86.0614-36.727483.7800

#bee705 color RGB value is (190,231,5).

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

The process color (four color CMYK) of #bee705 color hex is 0.18, 0.00, 0.98, 0.09. Web safe color of #bee705 is #ccff00. Color #bee705 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 00000101
Octal 276 347 5
Decimal 190 231 5
Hex BE E7 5

RGB Percentages of Color #bee705

%44.60
%54.23
%1.17

CMYK Percentages of Color #bee705

%18
%0
%98
%9

Triadic Colors of #bee705

#bee705 #05bee7 #e705be

Analogous Colors of #bee705

#bee705 #4de705 #e79f05

Monochromatic Colors of #bee705

#bee705

Complementary Color

#bee705 #2e05e7

#bee705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee705 Color CSS Codes

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

#bee705 Text Font Color

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

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


#bee705 Background Color

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

This div background color is #bee705


#bee705 Border Color

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

This div border color is #bee705


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,231,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 #bee705">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee705


Comments

No comments written yet.

Please login to write comment.