Color Hex Logo

#beeebd Color Hex

#BEEEBD
(190,238,189)
0 Favorites   0 Comments

Color spaces of #beeebd

RGB 190238189
HSL0.330.590.84
HSV119°21°93°
CMYK 0.200.000.21   0.07
XYZ60.995075.770359.5545
Yxy75.77030.31070.3860
Hunter Lab87.0461-27.252220.3678
CIE-Lab89.7526-24.554118.7704

#beeebd color RGB value is (190,238,189).

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

The process color (four color CMYK) of #beeebd color hex is 0.20, 0.00, 0.21, 0.07. Web safe color of #beeebd is #ccffcc. Color #beeebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 10111101
Octal 276 356 275
Decimal 190 238 189
Hex BE EE BD

RGB Percentages of Color #beeebd

%30.79
%38.57
%30.63

CMYK Percentages of Color #beeebd

%20
%0
%21
%7

Triadic Colors of #beeebd

#beeebd #bdbeee #eebdbe

Analogous Colors of #beeebd

#beeebd #bdeed5 #d7eebd

Monochromatic Colors of #beeebd

#beeebd

Complementary Color

#beeebd #edbdee

#beeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeebd Color CSS Codes

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

#beeebd Text Font Color

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

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


#beeebd Background Color

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

This div background color is #beeebd


#beeebd Border Color

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

This div border color is #beeebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,238,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 #beeebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeebd


Comments

No comments written yet.

Please login to write comment.