Color Hex Logo

#bee017 Color Hex

#BEE017
(190,224,23)
0 Favorites   0 Comments

Color spaces of #bee017

RGB 19022423
HSL0.190.810.48
HSV70°90°88°
CMYK 0.150.000.90   0.12
XYZ48.045564.320310.6934
Yxy64.32030.39040.5227
Hunter Lab80.1999-33.415648.2346
CIE-Lab84.1323-33.306680.3673

#bee017 color RGB value is (190,224,23).

#bee017 hex color red value is 190, green value is 224 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bee017 hue: 0.19 , saturation: 0.81 and the lightness value of bee017 is 0.48.

The process color (four color CMYK) of #bee017 color hex is 0.15, 0.00, 0.90, 0.12. Web safe color of #bee017 is #cccc00. Color #bee017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 00010111
Octal 276 340 27
Decimal 190 224 23
Hex BE E0 17

RGB Percentages of Color #bee017

%43.48
%51.26
%5.26

CMYK Percentages of Color #bee017

%15
%0
%90
%12

Triadic Colors of #bee017

#bee017 #17bee0 #e017be

Analogous Colors of #bee017

#bee017 #5ae017 #e09e17

Monochromatic Colors of #bee017

#bee017

Complementary Color

#bee017 #3917e0

#bee017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee017 Color CSS Codes

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

#bee017 Text Font Color

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

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


#bee017 Background Color

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

This div background color is #bee017


#bee017 Border Color

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

This div border color is #bee017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee017


Comments

No comments written yet.

Please login to write comment.