Color Hex Logo

#bddbbc Color Hex

#BDDBBC
(189,219,188)
0 Favorites   0 Comments

Color spaces of #bddbbc

RGB 189219188
HSL0.330.300.80
HSV118°14°86°
CMYK 0.140.000.14   0.14
XYZ55.394965.112757.2253
Yxy65.11270.31170.3664
Hunter Lab80.6924-18.672514.4375
CIE-Lab84.5418-15.718511.9470

#bddbbc color RGB value is (189,219,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10111100
Octal 275 333 274
Decimal 189 219 188
Hex BD DB BC

RGB Percentages of Color #bddbbc

%31.71
%36.74
%31.54

CMYK Percentages of Color #bddbbc

%14
%0
%14
%14

Triadic Colors of #bddbbc

#bddbbc #bcbddb #dbbcbd

Analogous Colors of #bddbbc

#bddbbc #bcdbcb #cddbbc

Monochromatic Colors of #bddbbc

#bddbbc

Complementary Color

#bddbbc #dabcdb

#bddbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbbc Color CSS Codes

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

#bddbbc Text Font Color

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

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


#bddbbc Background Color

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

This div background color is #bddbbc


#bddbbc Border Color

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

This div border color is #bddbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbbc


Comments

No comments written yet.

Please login to write comment.