Color Hex Logo

#bdedbc Color Hex

#BDEDBC
(189,237,188)
0 Favorites   0 Comments

Color spaces of #bdedbc

RGB 189237188
HSL0.330.580.83
HSV119°21°93°
CMYK 0.200.000.21   0.07
XYZ60.347675.018058.8762
Yxy75.01800.31070.3862
Hunter Lab86.6129-27.202720.3259
CIE-Lab89.4014-24.571818.7883

#bdedbc color RGB value is (189,237,188).

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

The process color (four color CMYK) of #bdedbc color hex is 0.20, 0.00, 0.21, 0.07. Web safe color of #bdedbc is #ccffcc. Color #bdedbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10111100
Octal 275 355 274
Decimal 189 237 188
Hex BD ED BC

RGB Percentages of Color #bdedbc

%30.78
%38.60
%30.62

CMYK Percentages of Color #bdedbc

%20
%0
%21
%7

Triadic Colors of #bdedbc

#bdedbc #bcbded #edbcbd

Analogous Colors of #bdedbc

#bdedbc #bcedd4 #d6edbc

Monochromatic Colors of #bdedbc

#bdedbc

Complementary Color

#bdedbc #ecbced

#bdedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedbc Color CSS Codes

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

#bdedbc Text Font Color

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

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


#bdedbc Background Color

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

This div background color is #bdedbc


#bdedbc Border Color

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

This div border color is #bdedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedbc


Comments

No comments written yet.

Please login to write comment.