Color Hex Logo

#bddba8 Color Hex

#BDDBA8
(189,219,168)
0 Favorites   0 Comments

Color spaces of #bddba8

RGB 189219168
HSL0.260.410.76
HSV95°23°86°
CMYK 0.140.000.23   0.14
XYZ53.385764.309046.6449
Yxy64.30900.32480.3913
Hunter Lab80.1929-21.507221.6485
CIE-Lab84.1264-19.039821.8630

#bddba8 color RGB value is (189,219,168).

#bddba8 hex color red value is 189, green value is 219 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bddba8 hue: 0.26 , saturation: 0.41 and the lightness value of bddba8 is 0.76.

The process color (four color CMYK) of #bddba8 color hex is 0.14, 0.00, 0.23, 0.14. Web safe color of #bddba8 is #cccc99. Color #bddba8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10101000
Octal 275 333 250
Decimal 189 219 168
Hex BD DB A8

RGB Percentages of Color #bddba8

%32.81
%38.02
%29.17

CMYK Percentages of Color #bddba8

%14
%0
%23
%14

Triadic Colors of #bddba8

#bddba8 #a8bddb #dba8bd

Analogous Colors of #bddba8

#bddba8 #a8dbad #d7dba8

Monochromatic Colors of #bddba8

#bddba8

Complementary Color

#bddba8 #c6a8db

#bddba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddba8 Color CSS Codes

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

#bddba8 Text Font Color

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

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


#bddba8 Background Color

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

This div background color is #bddba8


#bddba8 Border Color

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

This div border color is #bddba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddba8


Comments

No comments written yet.

Please login to write comment.