Color Hex Logo

#bddca8 Color Hex

#BDDCA8
(189,220,168)
0 Favorites   0 Comments

Color spaces of #bddca8

RGB 189220168
HSL0.270.430.76
HSV96°24°86°
CMYK 0.140.000.24   0.14
XYZ53.647364.832446.7322
Yxy64.83240.32470.3924
Hunter Lab80.5186-21.977921.9517
CIE-Lab84.3973-19.534822.2360

#bddca8 color RGB value is (189,220,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10101000
Octal 275 334 250
Decimal 189 220 168
Hex BD DC A8

RGB Percentages of Color #bddca8

%32.76
%38.13
%29.12

CMYK Percentages of Color #bddca8

%14
%0
%24
%14

Triadic Colors of #bddca8

#bddca8 #a8bddc #dca8bd

Analogous Colors of #bddca8

#bddca8 #a8dcad #d7dca8

Monochromatic Colors of #bddca8

#bddca8

Complementary Color

#bddca8 #c7a8dc

#bddca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddca8 Color CSS Codes

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

#bddca8 Text Font Color

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

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


#bddca8 Background Color

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

This div background color is #bddca8


#bddca8 Border Color

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

This div border color is #bddca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddca8


Comments

No comments written yet.

Please login to write comment.