Color Hex Logo

#bdebbf Color Hex

#BDEBBF
(189,235,191)
0 Favorites   0 Comments

Color spaces of #bdebbf

RGB 189235191
HSL0.340.530.83
HSV123°20°92°
CMYK 0.200.000.19   0.08
XYZ60.098673.997160.4055
Yxy73.99710.30900.3804
Hunter Lab86.0216-25.829518.5809
CIE-Lab88.9211-23.093316.5614

#bdebbf color RGB value is (189,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 10111111
Octal 275 353 277
Decimal 189 235 191
Hex BD EB BF

RGB Percentages of Color #bdebbf

%30.73
%38.21
%31.06

CMYK Percentages of Color #bdebbf

%20
%0
%19
%8

Triadic Colors of #bdebbf

#bdebbf #bfbdeb #ebbfbd

Analogous Colors of #bdebbf

#bdebbf #bdebd6 #d2ebbd

Monochromatic Colors of #bdebbf

#bdebbf

Complementary Color

#bdebbf #ebbde9

#bdebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebbf Color CSS Codes

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

#bdebbf Text Font Color

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

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


#bdebbf Background Color

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

This div background color is #bdebbf


#bdebbf Border Color

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

This div border color is #bdebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebbf


Comments

No comments written yet.

Please login to write comment.