Color Hex Logo

#bddac3 Color Hex

#BDDAC3
(189,218,195)
0 Favorites   0 Comments

Color spaces of #bddac3

RGB 189218195
HSL0.370.280.80
HSV132°13°85°
CMYK 0.130.000.11   0.15
XYZ55.908064.901861.2104
Yxy64.90180.30720.3566
Hunter Lab80.5617-17.107911.3449
CIE-Lab84.4331-13.96458.0968

#bddac3 color RGB value is (189,218,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 11000011
Octal 275 332 303
Decimal 189 218 195
Hex BD DA C3

RGB Percentages of Color #bddac3

%31.40
%36.21
%32.39

CMYK Percentages of Color #bddac3

%13
%0
%11
%15

Triadic Colors of #bddac3

#bddac3 #c3bdda #dac3bd

Analogous Colors of #bddac3

#bddac3 #bddad2 #c6dabd

Monochromatic Colors of #bddac3

#bddac3

Complementary Color

#bddac3 #dabdd4

#bddac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddac3 Color CSS Codes

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

#bddac3 Text Font Color

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

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


#bddac3 Background Color

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

This div background color is #bddac3


#bddac3 Border Color

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

This div border color is #bddac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddac3


Comments

No comments written yet.

Please login to write comment.