Color Hex Logo

#bddaba Color Hex

#BDDABA
(189,218,186)
0 Favorites   0 Comments

Color spaces of #bddaba

RGB 189218186
HSL0.320.300.79
HSV114°15°85°
CMYK 0.130.000.15   0.15
XYZ54.920664.506856.0108
Yxy64.50680.31300.3677
Hunter Lab80.3161-18.494014.8737
CIE-Lab84.2289-15.565512.5576

#bddaba color RGB value is (189,218,186).

#bddaba hex color red value is 189, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bddaba hue: 0.32 , saturation: 0.30 and the lightness value of bddaba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 10111010
Octal 275 332 272
Decimal 189 218 186
Hex BD DA BA

RGB Percentages of Color #bddaba

%31.87
%36.76
%31.37

CMYK Percentages of Color #bddaba

%13
%0
%15
%15

Triadic Colors of #bddaba

#bddaba #babdda #dababd

Analogous Colors of #bddaba

#bddaba #badac7 #cddaba

Monochromatic Colors of #bddaba

#bddaba

Complementary Color

#bddaba #d7bada

#bddaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddaba Color CSS Codes

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

#bddaba Text Font Color

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

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


#bddaba Background Color

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

This div background color is #bddaba


#bddaba Border Color

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

This div border color is #bddaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddaba


Comments

No comments written yet.

Please login to write comment.