Color Hex Logo

#bdebbb Color Hex

#BDEBBB
(189,235,187)
0 Favorites   0 Comments

Color spaces of #bdebbb

RGB 189235187
HSL0.330.550.83
HSV118°20°92°
CMYK 0.200.000.20   0.08
XYZ59.664273.823358.1184
Yxy73.82330.31140.3853
Hunter Lab85.9205-26.408320.0394
CIE-Lab88.8389-23.775518.5205

#bdebbb color RGB value is (189,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 10111011
Octal 275 353 273
Decimal 189 235 187
Hex BD EB BB

RGB Percentages of Color #bdebbb

%30.93
%38.46
%30.61

CMYK Percentages of Color #bdebbb

%20
%0
%20
%8

Triadic Colors of #bdebbb

#bdebbb #bbbdeb #ebbbbd

Analogous Colors of #bdebbb

#bdebbb #bbebd1 #d5ebbb

Monochromatic Colors of #bdebbb

#bdebbb

Complementary Color

#bdebbb #e9bbeb

#bdebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebbb Color CSS Codes

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

#bdebbb Text Font Color

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

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


#bdebbb Background Color

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

This div background color is #bdebbb


#bdebbb Border Color

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

This div border color is #bdebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebbb


Comments

No comments written yet.

Please login to write comment.