Color Hex Logo

#bedaae Color Hex

#BEDAAE
(190,218,174)
0 Favorites   0 Comments

Color spaces of #bedaae

RGB 190218174
HSL0.270.370.77
HSV98°20°85°
CMYK 0.130.000.20   0.15
XYZ53.946664.145949.5825
Yxy64.14590.32170.3826
Hunter Lab80.0911-19.928119.3588
CIE-Lab84.0417-17.234918.6161

#bedaae color RGB value is (190,218,174).

#bedaae hex color red value is 190, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bedaae hue: 0.27 , saturation: 0.37 and the lightness value of bedaae is 0.77.

The process color (four color CMYK) of #bedaae color hex is 0.13, 0.00, 0.20, 0.15. Web safe color of #bedaae is #cccc99. Color #bedaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 10101110
Octal 276 332 256
Decimal 190 218 174
Hex BE DA AE

RGB Percentages of Color #bedaae

%32.65
%37.46
%29.90

CMYK Percentages of Color #bedaae

%13
%0
%20
%15

Triadic Colors of #bedaae

#bedaae #aebeda #daaebe

Analogous Colors of #bedaae

#bedaae #aedab4 #d4daae

Monochromatic Colors of #bedaae

#bedaae

Complementary Color

#bedaae #caaeda

#bedaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedaae Color CSS Codes

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

#bedaae Text Font Color

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

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


#bedaae Background Color

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

This div background color is #bedaae


#bedaae Border Color

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

This div border color is #bedaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedaae


Comments

No comments written yet.

Please login to write comment.