Color Hex Logo

#bddac5 Color Hex

#BDDAC5
(189,218,197)
0 Favorites   0 Comments

Color spaces of #bddac5

RGB 189218197
HSL0.380.280.80
HSV137°13°85°
CMYK 0.130.000.10   0.15
XYZ56.135764.992862.4095
Yxy64.99280.30590.3541
Hunter Lab80.6181-16.789210.5341
CIE-Lab84.4800-13.59887.1068

#bddac5 color RGB value is (189,218,197).

#bddac5 hex color red value is 189, green value is 218 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bddac5 hue: 0.38 , saturation: 0.28 and the lightness value of bddac5 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 11000101
Octal 275 332 305
Decimal 189 218 197
Hex BD DA C5

RGB Percentages of Color #bddac5

%31.29
%36.09
%32.62

CMYK Percentages of Color #bddac5

%13
%0
%10
%15

Triadic Colors of #bddac5

#bddac5 #c5bdda #dac5bd

Analogous Colors of #bddac5

#bddac5 #bddad4 #c4dabd

Monochromatic Colors of #bddac5

#bddac5

Complementary Color

#bddac5 #dabdd2

#bddac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddac5 Color CSS Codes

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

#bddac5 Text Font Color

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

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


#bddac5 Background Color

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

This div background color is #bddac5


#bddac5 Border Color

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

This div border color is #bddac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddac5


Comments

No comments written yet.

Please login to write comment.