Color Hex Logo

#beedab Color Hex

#BEEDAB
(190,237,171)
0 Favorites   0 Comments

Color spaces of #beedab

RGB 190237171
HSL0.290.650.80
HSV103°28°93°
CMYK 0.200.000.28   0.07
XYZ58.870174.455849.7967
Yxy74.45580.32150.4066
Hunter Lab86.2878-29.221426.1852
CIE-Lab89.1375-26.970227.1807

#beedab color RGB value is (190,237,171).

#beedab hex color red value is 190, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #beedab hue: 0.29 , saturation: 0.65 and the lightness value of beedab is 0.80.

The process color (four color CMYK) of #beedab color hex is 0.20, 0.00, 0.28, 0.07. Web safe color of #beedab is #ccff99. Color #beedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 10101011
Octal 276 355 253
Decimal 190 237 171
Hex BE ED AB

RGB Percentages of Color #beedab

%31.77
%39.63
%28.60

CMYK Percentages of Color #beedab

%20
%0
%28
%7

Triadic Colors of #beedab

#beedab #abbeed #edabbe

Analogous Colors of #beedab

#beedab #abedb9 #dfedab

Monochromatic Colors of #beedab

#beedab

Complementary Color

#beedab #daabed

#beedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedab Color CSS Codes

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

#beedab Text Font Color

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

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


#beedab Background Color

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

This div background color is #beedab


#beedab Border Color

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

This div border color is #beedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedab


Comments

No comments written yet.

Please login to write comment.