Color Hex Logo

#beedae Color Hex

#BEEDAE
(190,237,174)
0 Favorites   0 Comments

Color spaces of #beedae

RGB 190237174
HSL0.290.640.81
HSV105°27°93°
CMYK 0.200.000.27   0.07
XYZ59.159474.571551.3201
Yxy74.57150.31970.4030
Hunter Lab86.3548-28.835225.2127
CIE-Lab89.1919-26.507825.7189

#beedae color RGB value is (190,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 10101110
Octal 276 355 256
Decimal 190 237 174
Hex BE ED AE

RGB Percentages of Color #beedae

%31.61
%39.43
%28.95

CMYK Percentages of Color #beedae

%20
%0
%27
%7

Triadic Colors of #beedae

#beedae #aebeed #edaebe

Analogous Colors of #beedae

#beedae #aeedbe #deedae

Monochromatic Colors of #beedae

#beedae

Complementary Color

#beedae #ddaeed

#beedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedae Color CSS Codes

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

#beedae Text Font Color

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

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


#beedae Background Color

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

This div background color is #beedae


#beedae Border Color

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

This div border color is #beedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedae


Comments

No comments written yet.

Please login to write comment.