Color Hex Logo

#bee465 Color Hex

#BEE465
(190,228,101)
0 Favorites   0 Comments

Color spaces of #bee465

RGB 190228101
HSL0.220.700.65
HSV78°56°89°
CMYK 0.170.000.56   0.11
XYZ51.327667.373522.6111
Yxy67.37350.36320.4768
Hunter Lab82.0814-32.021741.1242
CIE-Lab85.6922-31.160056.8954

#bee465 color RGB value is (190,228,101).

#bee465 hex color red value is 190, green value is 228 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bee465 hue: 0.22 , saturation: 0.70 and the lightness value of bee465 is 0.65.

The process color (four color CMYK) of #bee465 color hex is 0.17, 0.00, 0.56, 0.11. Web safe color of #bee465 is #cccc66. Color #bee465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 01100101
Octal 276 344 145
Decimal 190 228 101
Hex BE E4 65

RGB Percentages of Color #bee465

%36.61
%43.93
%19.46

CMYK Percentages of Color #bee465

%17
%0
%56
%11

Triadic Colors of #bee465

#bee465 #65bee4 #e465be

Analogous Colors of #bee465

#bee465 #7fe465 #e4cb65

Monochromatic Colors of #bee465

#bee465

Complementary Color

#bee465 #8b65e4

#bee465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee465 Color CSS Codes

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

#bee465 Text Font Color

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

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


#bee465 Background Color

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

This div background color is #bee465


#bee465 Border Color

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

This div border color is #bee465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee465


Comments

No comments written yet.

Please login to write comment.