Color Hex Logo

#bddcbf Color Hex

#BDDCBF
(189,220,191)
1 Favorites   0 Comments

Color spaces of #bddcbf

RGB 189220191
HSL0.340.310.80
HSV124°14°86°
CMYK 0.140.000.13   0.14
XYZ55.983465.766859.0338
Yxy65.76680.30970.3638
Hunter Lab81.0967-18.695613.6080
CIE-Lab84.8773-15.691010.8429

#bddcbf color RGB value is (189,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10111111
Octal 275 334 277
Decimal 189 220 191
Hex BD DC BF

RGB Percentages of Color #bddcbf

%31.50
%36.67
%31.83

CMYK Percentages of Color #bddcbf

%14
%0
%13
%14

Triadic Colors of #bddcbf

#bddcbf #bfbddc #dcbfbd

Analogous Colors of #bddcbf

#bddcbf #bddccf #cbdcbd

Monochromatic Colors of #bddcbf

#bddcbf

Complementary Color

#bddcbf #dcbdda

#bddcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcbf Color CSS Codes

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

#bddcbf Text Font Color

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

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


#bddcbf Background Color

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

This div background color is #bddcbf


#bddcbf Border Color

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

This div border color is #bddcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcbf


Comments

No comments written yet.

Please login to write comment.