Color Hex Logo

#bdebbe Color Hex

#BDEBBE
(189,235,190)
0 Favorites   0 Comments

Color spaces of #bdebbe

RGB 189235190
HSL0.340.530.83
HSV121°20°92°
CMYK 0.200.000.19   0.08
XYZ59.988973.953259.8278
Yxy73.95320.30960.3817
Hunter Lab85.9960-25.975518.9489
CIE-Lab88.9004-23.265217.0512

#bdebbe color RGB value is (189,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 10111110
Octal 275 353 276
Decimal 189 235 190
Hex BD EB BE

RGB Percentages of Color #bdebbe

%30.78
%38.27
%30.94

CMYK Percentages of Color #bdebbe

%20
%0
%19
%8

Triadic Colors of #bdebbe

#bdebbe #bebdeb #ebbebd

Analogous Colors of #bdebbe

#bdebbe #bdebd5 #d3ebbd

Monochromatic Colors of #bdebbe

#bdebbe

Complementary Color

#bdebbe #ebbdea

#bdebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebbe Color CSS Codes

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

#bdebbe Text Font Color

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

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


#bdebbe Background Color

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

This div background color is #bdebbe


#bdebbe Border Color

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

This div border color is #bdebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebbe


Comments

No comments written yet.

Please login to write comment.