Color Hex Logo

#bddacf Color Hex

#BDDACF
(189,218,207)
0 Favorites   0 Comments

Color spaces of #bddacf

RGB 189218207
HSL0.440.280.80
HSV157°13°85°
CMYK 0.130.000.05   0.15
XYZ57.320265.466668.6467
Yxy65.46660.29940.3420
Hunter Lab80.9114-15.14006.3353
CIE-Lab84.7236-11.71862.1670

#bddacf color RGB value is (189,218,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 11001111
Octal 275 332 317
Decimal 189 218 207
Hex BD DA CF

RGB Percentages of Color #bddacf

%30.78
%35.50
%33.71

CMYK Percentages of Color #bddacf

%13
%0
%5
%15

Triadic Colors of #bddacf

#bddacf #cfbdda #dacfbd

Analogous Colors of #bddacf

#bddacf #bdd7da #bddac1

Monochromatic Colors of #bddacf

#bddacf

Complementary Color

#bddacf #dabdc8

#bddacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddacf Color CSS Codes

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

#bddacf Text Font Color

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

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


#bddacf Background Color

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

This div background color is #bddacf


#bddacf Border Color

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

This div border color is #bddacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddacf


Comments

No comments written yet.

Please login to write comment.