Color Hex Logo

#bddab4 Color Hex

#BDDAB4
(189,218,180)
0 Favorites   0 Comments

Color spaces of #bddab4

RGB 189218180
HSL0.290.340.78
HSV106°17°85°
CMYK 0.130.000.17   0.15
XYZ54.295964.256952.7211
Yxy64.25690.31700.3752
Hunter Lab80.1604-19.375417.1175
CIE-Lab84.0993-16.591915.5350

#bddab4 color RGB value is (189,218,180).

#bddab4 hex color red value is 189, green value is 218 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bddab4 hue: 0.29 , saturation: 0.34 and the lightness value of bddab4 is 0.78.

The process color (four color CMYK) of #bddab4 color hex is 0.13, 0.00, 0.17, 0.15. Web safe color of #bddab4 is #cccccc. Color #bddab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 10110100
Octal 275 332 264
Decimal 189 218 180
Hex BD DA B4

RGB Percentages of Color #bddab4

%32.20
%37.14
%30.66

CMYK Percentages of Color #bddab4

%13
%0
%17
%15

Triadic Colors of #bddab4

#bddab4 #b4bdda #dab4bd

Analogous Colors of #bddab4

#bddab4 #b4dabe #d0dab4

Monochromatic Colors of #bddab4

#bddab4

Complementary Color

#bddab4 #d1b4da

#bddab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddab4 Color CSS Codes

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

#bddab4 Text Font Color

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

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


#bddab4 Background Color

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

This div background color is #bddab4


#bddab4 Border Color

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

This div border color is #bddab4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,218,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddab4


Comments

No comments written yet.

Please login to write comment.