Color Hex Logo

#bdd7bc Color Hex

#BDD7BC
(189,215,188)
0 Favorites   0 Comments

Color spaces of #bdd7bc

RGB 189215188
HSL0.330.250.79
HSV118°13°84°
CMYK 0.120.000.13   0.16
XYZ54.363863.050556.8816
Yxy63.05050.31190.3617
Hunter Lab79.4043-16.748413.1104
CIE-Lab83.4689-13.701810.4210

#bdd7bc color RGB value is (189,215,188).

#bdd7bc hex color red value is 189, green value is 215 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bdd7bc hue: 0.33 , saturation: 0.25 and the lightness value of bdd7bc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 10111100
Octal 275 327 274
Decimal 189 215 188
Hex BD D7 BC

RGB Percentages of Color #bdd7bc

%31.93
%36.32
%31.76

CMYK Percentages of Color #bdd7bc

%12
%0
%13
%16

Triadic Colors of #bdd7bc

#bdd7bc #bcbdd7 #d7bcbd

Analogous Colors of #bdd7bc

#bdd7bc #bcd7c9 #cbd7bc

Monochromatic Colors of #bdd7bc

#bdd7bc

Complementary Color

#bdd7bc #d6bcd7

#bdd7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd7bc Color CSS Codes

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

#bdd7bc Text Font Color

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

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


#bdd7bc Background Color

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

This div background color is #bdd7bc


#bdd7bc Border Color

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

This div border color is #bdd7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd7bc


Comments

No comments written yet.

Please login to write comment.