Color Hex Logo

#bddebc Color Hex

#BDDEBC
(189,222,188)
0 Favorites   0 Comments

Color spaces of #bddebc

RGB 189222188
HSL0.330.340.80
HSV118°15°87°
CMYK 0.150.000.15   0.13
XYZ56.184666.692257.4886
Yxy66.69220.31150.3698
Hunter Lab81.6653-20.108715.4283
CIE-Lab85.3483-17.219413.0903

#bddebc color RGB value is (189,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 10111100
Octal 275 336 274
Decimal 189 222 188
Hex BD DE BC

RGB Percentages of Color #bddebc

%31.55
%37.06
%31.39

CMYK Percentages of Color #bddebc

%15
%0
%15
%13

Triadic Colors of #bddebc

#bddebc #bcbdde #debcbd

Analogous Colors of #bddebc

#bddebc #bcdecc #cedebc

Monochromatic Colors of #bddebc

#bddebc

Complementary Color

#bddebc #ddbcde

#bddebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddebc Color CSS Codes

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

#bddebc Text Font Color

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

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


#bddebc Background Color

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

This div background color is #bddebc


#bddebc Border Color

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

This div border color is #bddebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddebc


Comments

No comments written yet.

Please login to write comment.