Color Hex Logo

#beedac Color Hex

#BEEDAC
(190,237,172)
0 Favorites   0 Comments

Color spaces of #beedac

RGB 190237172
HSL0.290.640.80
HSV103°27°93°
CMYK 0.200.000.27   0.07
XYZ58.965874.494150.3007
Yxy74.49410.32090.4054
Hunter Lab86.3100-29.093725.8633
CIE-Lab89.1555-26.817126.6936

#beedac color RGB value is (190,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 10101100
Octal 276 355 254
Decimal 190 237 172
Hex BE ED AC

RGB Percentages of Color #beedac

%31.72
%39.57
%28.71

CMYK Percentages of Color #beedac

%20
%0
%27
%7

Triadic Colors of #beedac

#beedac #acbeed #edacbe

Analogous Colors of #beedac

#beedac #acedbb #dfedac

Monochromatic Colors of #beedac

#beedac

Complementary Color

#beedac #dbaced

#beedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedac Color CSS Codes

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

#beedac Text Font Color

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

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


#beedac Background Color

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

This div background color is #beedac


#beedac Border Color

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

This div border color is #beedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedac


Comments

No comments written yet.

Please login to write comment.