Color Hex Logo

#bdedab Color Hex

#BDEDAB
(189,237,171)
0 Favorites   0 Comments

Color spaces of #bdedab

RGB 189237171
HSL0.290.650.80
HSV104°28°93°
CMYK 0.200.000.28   0.07
XYZ58.621174.327549.7851
Yxy74.32750.32080.4068
Hunter Lab86.2134-29.501826.1116
CIE-Lab89.0770-27.311527.0884

#bdedab color RGB value is (189,237,171).

#bdedab hex color red value is 189, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bdedab hue: 0.29 , saturation: 0.65 and the lightness value of bdedab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10101011
Octal 275 355 253
Decimal 189 237 171
Hex BD ED AB

RGB Percentages of Color #bdedab

%31.66
%39.70
%28.64

CMYK Percentages of Color #bdedab

%20
%0
%28
%7

Triadic Colors of #bdedab

#bdedab #abbded #edabbd

Analogous Colors of #bdedab

#bdedab #abedba #deedab

Monochromatic Colors of #bdedab

#bdedab

Complementary Color

#bdedab #dbabed

#bdedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedab Color CSS Codes

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

#bdedab Text Font Color

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

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


#bdedab Background Color

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

This div background color is #bdedab


#bdedab Border Color

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

This div border color is #bdedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedab


Comments

No comments written yet.

Please login to write comment.