Color Hex Logo

#bee468 Color Hex

#BEE468
(190,228,104)
0 Favorites   0 Comments

Color spaces of #bee468

RGB 190228104
HSL0.220.700.65
HSV78°54°89°
CMYK 0.170.000.54   0.11
XYZ51.477367.433423.3995
Yxy67.43340.36170.4738
Hunter Lab82.1178-31.809740.5878
CIE-Lab85.7223-30.894455.5865

#bee468 color RGB value is (190,228,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 01101000
Octal 276 344 150
Decimal 190 228 104
Hex BE E4 68

RGB Percentages of Color #bee468

%36.40
%43.68
%19.92

CMYK Percentages of Color #bee468

%17
%0
%54
%11

Triadic Colors of #bee468

#bee468 #68bee4 #e468be

Analogous Colors of #bee468

#bee468 #80e468 #e4cc68

Monochromatic Colors of #bee468

#bee468

Complementary Color

#bee468 #8e68e4

#bee468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee468 Color CSS Codes

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

#bee468 Text Font Color

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

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


#bee468 Background Color

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

This div background color is #bee468


#bee468 Border Color

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

This div border color is #bee468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee468


Comments

No comments written yet.

Please login to write comment.