Color Hex Logo

#beeabd Color Hex

#BEEABD
(190,234,189)
0 Favorites   0 Comments

Color spaces of #beeabd

RGB 190234189
HSL0.330.520.83
HSV119°19°92°
CMYK 0.190.000.19   0.08
XYZ59.843373.466959.1706
Yxy73.46690.31090.3817
Hunter Lab85.7128-25.371719.0690
CIE-Lab88.6699-22.619217.2559

#beeabd color RGB value is (190,234,189).

#beeabd hex color red value is 190, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #beeabd hue: 0.33 , saturation: 0.52 and the lightness value of beeabd is 0.83.

The process color (four color CMYK) of #beeabd color hex is 0.19, 0.00, 0.19, 0.08. Web safe color of #beeabd is #ccffcc. Color #beeabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 10111101
Octal 276 352 275
Decimal 190 234 189
Hex BE EA BD

RGB Percentages of Color #beeabd

%31.00
%38.17
%30.83

CMYK Percentages of Color #beeabd

%19
%0
%19
%8

Triadic Colors of #beeabd

#beeabd #bdbeea #eabdbe

Analogous Colors of #beeabd

#beeabd #bdead3 #d5eabd

Monochromatic Colors of #beeabd

#beeabd

Complementary Color

#beeabd #e9bdea

#beeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeabd Color CSS Codes

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

#beeabd Text Font Color

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

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


#beeabd Background Color

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

This div background color is #beeabd


#beeabd Border Color

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

This div border color is #beeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeabd


Comments

No comments written yet.

Please login to write comment.