Color Hex Logo

#bdd4bc Color Hex

#BDD4BC
(189,212,188)
0 Favorites   0 Comments

Color spaces of #bdd4bc

RGB 189212188
HSL0.330.220.78
HSV118°11°83°
CMYK 0.110.000.11   0.17
XYZ53.606861.536656.6293
Yxy61.53660.31210.3582
Hunter Lab78.4453-15.298512.1105
CIE-Lab82.6664-12.17799.2758

#bdd4bc color RGB value is (189,212,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 10111100
Octal 275 324 274
Decimal 189 212 188
Hex BD D4 BC

RGB Percentages of Color #bdd4bc

%32.09
%35.99
%31.92

CMYK Percentages of Color #bdd4bc

%11
%0
%11
%17

Triadic Colors of #bdd4bc

#bdd4bc #bcbdd4 #d4bcbd

Analogous Colors of #bdd4bc

#bdd4bc #bcd4c7 #c9d4bc

Monochromatic Colors of #bdd4bc

#bdd4bc

Complementary Color

#bdd4bc #d3bcd4

#bdd4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd4bc Color CSS Codes

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

#bdd4bc Text Font Color

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

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


#bdd4bc Background Color

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

This div background color is #bdd4bc


#bdd4bc Border Color

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

This div border color is #bdd4bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,212,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 #bdd4bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd4bc


Comments

No comments written yet.

Please login to write comment.