Color Hex Logo

#bddcbe Color Hex

#BDDCBE
(189,220,190)
0 Favorites   0 Comments

Color spaces of #bddcbe

RGB 189220190
HSL0.340.310.80
HSV122°14°86°
CMYK 0.140.000.14   0.14
XYZ55.873765.722958.4561
Yxy65.72290.31030.3650
Hunter Lab81.0697-18.848613.9971
CIE-Lab84.8549-15.868211.3379

#bddcbe color RGB value is (189,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10111110
Octal 275 334 276
Decimal 189 220 190
Hex BD DC BE

RGB Percentages of Color #bddcbe

%31.55
%36.73
%31.72

CMYK Percentages of Color #bddcbe

%14
%0
%14
%14

Triadic Colors of #bddcbe

#bddcbe #bebddc #dcbebd

Analogous Colors of #bddcbe

#bddcbe #bddcce #ccdcbd

Monochromatic Colors of #bddcbe

#bddcbe

Complementary Color

#bddcbe #dcbddb

#bddcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcbe Color CSS Codes

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

#bddcbe Text Font Color

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

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


#bddcbe Background Color

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

This div background color is #bddcbe


#bddcbe Border Color

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

This div border color is #bddcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcbe


Comments

No comments written yet.

Please login to write comment.