Color Hex Logo

#bdeaac Color Hex

#BDEAAC
(189,234,172)
0 Favorites   0 Comments

Color spaces of #bdeaac

RGB 189234172
HSL0.290.600.80
HSV104°26°92°
CMYK 0.190.000.26   0.08
XYZ57.855572.643050.0019
Yxy72.64300.32050.4025
Hunter Lab85.2309-27.986624.8783
CIE-Lab88.2772-25.724825.4860

#bdeaac color RGB value is (189,234,172).

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

The process color (four color CMYK) of #bdeaac color hex is 0.19, 0.00, 0.26, 0.08. Web safe color of #bdeaac is #ccff99. Color #bdeaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 10101100
Octal 275 352 254
Decimal 189 234 172
Hex BD EA AC

RGB Percentages of Color #bdeaac

%31.76
%39.33
%28.91

CMYK Percentages of Color #bdeaac

%19
%0
%26
%8

Triadic Colors of #bdeaac

#bdeaac #acbdea #eaacbd

Analogous Colors of #bdeaac

#bdeaac #aceaba #dceaac

Monochromatic Colors of #bdeaac

#bdeaac

Complementary Color

#bdeaac #d9acea

#bdeaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeaac Color CSS Codes

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

#bdeaac Text Font Color

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

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


#bdeaac Background Color

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

This div background color is #bdeaac


#bdeaac Border Color

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

This div border color is #bdeaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeaac


Comments

No comments written yet.

Please login to write comment.