Color Hex Logo

#bee698 Color Hex

#BEE698
(190,230,152)
0 Favorites   0 Comments

Color spaces of #bee698

RGB 190230152
HSL0.250.610.75
HSV91°34°90°
CMYK 0.170.000.34   0.10
XYZ55.199569.807840.2707
Yxy69.80780.33400.4224
Hunter Lab83.5511-28.285129.9086
CIE-Lab86.9025-26.385733.8561

#bee698 color RGB value is (190,230,152).

#bee698 hex color red value is 190, green value is 230 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bee698 hue: 0.25 , saturation: 0.61 and the lightness value of bee698 is 0.75.

The process color (four color CMYK) of #bee698 color hex is 0.17, 0.00, 0.34, 0.10. Web safe color of #bee698 is #ccff99. Color #bee698 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100110 10011000
Octal 276 346 230
Decimal 190 230 152
Hex BE E6 98

RGB Percentages of Color #bee698

%33.22
%40.21
%26.57

CMYK Percentages of Color #bee698

%17
%0
%34
%10

Triadic Colors of #bee698

#bee698 #98bee6 #e698be

Analogous Colors of #bee698

#bee698 #98e699 #e5e698

Monochromatic Colors of #bee698

#bee698

Complementary Color

#bee698 #c098e6

#bee698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee698 Color CSS Codes

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

#bee698 Text Font Color

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

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


#bee698 Background Color

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

This div background color is #bee698


#bee698 Border Color

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

This div border color is #bee698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee698


Comments

No comments written yet.

Please login to write comment.