Color Hex Logo

#bddcbc Color Hex

#BDDCBC
(189,220,188)
0 Favorites   0 Comments

Color spaces of #bddcbc

RGB 189220188
HSL0.330.310.80
HSV118°15°86°
CMYK 0.140.000.15   0.14
XYZ55.656665.636157.3126
Yxy65.63610.31160.3675
Hunter Lab81.0161-19.151914.7682
CIE-Lab84.8105-16.219912.3282

#bddcbc color RGB value is (189,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10111100
Octal 275 334 274
Decimal 189 220 188
Hex BD DC BC

RGB Percentages of Color #bddcbc

%31.66
%36.85
%31.49

CMYK Percentages of Color #bddcbc

%14
%0
%15
%14

Triadic Colors of #bddcbc

#bddcbc #bcbddc #dcbcbd

Analogous Colors of #bddcbc

#bddcbc #bcdccb #cddcbc

Monochromatic Colors of #bddcbc

#bddcbc

Complementary Color

#bddcbc #dbbcdc

#bddcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcbc Color CSS Codes

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

#bddcbc Text Font Color

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

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


#bddcbc Background Color

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

This div background color is #bddcbc


#bddcbc Border Color

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

This div border color is #bddcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcbc


Comments

No comments written yet.

Please login to write comment.