Color Hex Logo

#bdedb0 Color Hex

#BDEDB0
(189,237,176)
0 Favorites   0 Comments

Color spaces of #bdedb0

RGB 189237176
HSL0.300.630.81
HSV107°26°93°
CMYK 0.200.000.26   0.07
XYZ59.106974.521852.3432
Yxy74.52180.31780.4007
Hunter Lab86.3260-28.852624.4781
CIE-Lab89.1685-26.533424.6511

#bdedb0 color RGB value is (189,237,176).

#bdedb0 hex color red value is 189, green value is 237 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bdedb0 hue: 0.30 , saturation: 0.63 and the lightness value of bdedb0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10110000
Octal 275 355 260
Decimal 189 237 176
Hex BD ED B0

RGB Percentages of Color #bdedb0

%31.40
%39.37
%29.24

CMYK Percentages of Color #bdedb0

%20
%0
%26
%7

Triadic Colors of #bdedb0

#bdedb0 #b0bded #edb0bd

Analogous Colors of #bdedb0

#bdedb0 #b0edc2 #dcedb0

Monochromatic Colors of #bdedb0

#bdedb0

Complementary Color

#bdedb0 #e0b0ed

#bdedb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedb0 Color CSS Codes

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

#bdedb0 Text Font Color

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

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


#bdedb0 Background Color

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

This div background color is #bdedb0


#bdedb0 Border Color

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

This div border color is #bdedb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedb0


Comments

No comments written yet.

Please login to write comment.