Color Hex Logo

#bddabb Color Hex

#BDDABB
(189,218,187)
0 Favorites   0 Comments

Color spaces of #bddabb

RGB 189218187
HSL0.320.300.79
HSV116°14°85°
CMYK 0.130.000.14   0.15
XYZ55.027364.549556.5728
Yxy64.54950.31240.3664
Hunter Lab80.3427-18.343814.4912
CIE-Lab84.2511-15.391312.0615

#bddabb color RGB value is (189,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 10111011
Octal 275 332 273
Decimal 189 218 187
Hex BD DA BB

RGB Percentages of Color #bddabb

%31.82
%36.70
%31.48

CMYK Percentages of Color #bddabb

%13
%0
%14
%15

Triadic Colors of #bddabb

#bddabb #bbbdda #dabbbd

Analogous Colors of #bddabb

#bddabb #bbdac9 #cddabb

Monochromatic Colors of #bddabb

#bddabb

Complementary Color

#bddabb #d8bbda

#bddabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddabb Color CSS Codes

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

#bddabb Text Font Color

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

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


#bddabb Background Color

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

This div background color is #bddabb


#bddabb Border Color

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

This div border color is #bddabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddabb


Comments

No comments written yet.

Please login to write comment.