Color Hex Logo

#bdedae Color Hex

#BDEDAE
(189,237,174)
0 Favorites   0 Comments

Color spaces of #bdedae

RGB 189237174
HSL0.290.640.81
HSV106°27°93°
CMYK 0.200.000.27   0.07
XYZ58.910474.443251.3085
Yxy74.44320.31900.4031
Hunter Lab86.2805-29.115025.1383
CIE-Lab89.1315-26.847425.6266

#bdedae color RGB value is (189,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10101110
Octal 275 355 256
Decimal 189 237 174
Hex BD ED AE

RGB Percentages of Color #bdedae

%31.50
%39.50
%29.00

CMYK Percentages of Color #bdedae

%20
%0
%27
%7

Triadic Colors of #bdedae

#bdedae #aebded #edaebd

Analogous Colors of #bdedae

#bdedae #aeedbf #ddedae

Monochromatic Colors of #bdedae

#bdedae

Complementary Color

#bdedae #deaeed

#bdedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedae Color CSS Codes

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

#bdedae Text Font Color

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

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


#bdedae Background Color

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

This div background color is #bdedae


#bdedae Border Color

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

This div border color is #bdedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedae


Comments

No comments written yet.

Please login to write comment.