Color Hex Logo

#beedbb Color Hex

#BEEDBB
(190,237,187)
0 Favorites   0 Comments

Color spaces of #beedbb

RGB 190237187
HSL0.320.580.83
HSV116°21°93°
CMYK 0.200.000.21   0.07
XYZ60.489075.103458.3220
Yxy75.10340.31190.3873
Hunter Lab86.6622-27.068420.7625
CIE-Lab89.4414-24.408719.3701

#beedbb color RGB value is (190,237,187).

#beedbb hex color red value is 190, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #beedbb hue: 0.32 , saturation: 0.58 and the lightness value of beedbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 10111011
Octal 276 355 273
Decimal 190 237 187
Hex BE ED BB

RGB Percentages of Color #beedbb

%30.94
%38.60
%30.46

CMYK Percentages of Color #beedbb

%20
%0
%21
%7

Triadic Colors of #beedbb

#beedbb #bbbeed #edbbbe

Analogous Colors of #beedbb

#beedbb #bbedd1 #d7edbb

Monochromatic Colors of #beedbb

#beedbb

Complementary Color

#beedbb #eabbed

#beedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedbb Color CSS Codes

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

#beedbb Text Font Color

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

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


#beedbb Background Color

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

This div background color is #beedbb


#beedbb Border Color

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

This div border color is #beedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedbb


Comments

No comments written yet.

Please login to write comment.