Color Hex Logo

#bddac0 Color Hex

#BDDAC0
(189,218,192)
0 Favorites   0 Comments

Color spaces of #bddac0

RGB 189218192
HSL0.350.280.80
HSV126°13°85°
CMYK 0.130.000.12   0.15
XYZ55.572164.767459.4416
Yxy64.76740.30910.3603
Hunter Lab80.4782-17.578412.5428
CIE-Lab84.3637-14.50629.5827

#bddac0 color RGB value is (189,218,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 11000000
Octal 275 332 300
Decimal 189 218 192
Hex BD DA C0

RGB Percentages of Color #bddac0

%31.55
%36.39
%32.05

CMYK Percentages of Color #bddac0

%13
%0
%12
%15

Triadic Colors of #bddac0

#bddac0 #c0bdda #dac0bd

Analogous Colors of #bddac0

#bddac0 #bddacf #c9dabd

Monochromatic Colors of #bddac0

#bddac0

Complementary Color

#bddac0 #dabdd7

#bddac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddac0 Color CSS Codes

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

#bddac0 Text Font Color

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

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


#bddac0 Background Color

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

This div background color is #bddac0


#bddac0 Border Color

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

This div border color is #bddac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddac0


Comments

No comments written yet.

Please login to write comment.