Color Hex Logo

#bdedbe Color Hex

#BDEDBE
(189,237,190)
0 Favorites   0 Comments

Color spaces of #bdedbe

RGB 189237190
HSL0.340.570.84
HSV121°20°93°
CMYK 0.200.000.20   0.07
XYZ60.564775.104960.0198
Yxy75.10490.30950.3838
Hunter Lab86.6631-26.915219.6020
CIE-Lab89.4421-24.232417.8102

#bdedbe color RGB value is (189,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10111110
Octal 275 355 276
Decimal 189 237 190
Hex BD ED BE

RGB Percentages of Color #bdedbe

%30.68
%38.47
%30.84

CMYK Percentages of Color #bdedbe

%20
%0
%20
%7

Triadic Colors of #bdedbe

#bdedbe #bebded #edbebd

Analogous Colors of #bdedbe

#bdedbe #bdedd6 #d4edbd

Monochromatic Colors of #bdedbe

#bdedbe

Complementary Color

#bdedbe #edbdec

#bdedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedbe Color CSS Codes

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

#bdedbe Text Font Color

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

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


#bdedbe Background Color

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

This div background color is #bdedbe


#bdedbe Border Color

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

This div border color is #bdedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedbe


Comments

No comments written yet.

Please login to write comment.