Color Hex Logo

#bdecba Color Hex

#BDECBA
(189,236,186)
0 Favorites   0 Comments

Color spaces of #bdecba

RGB 189236186
HSL0.320.570.83
HSV116°21°93°
CMYK 0.200.000.21   0.07
XYZ59.844674.354957.6522
Yxy74.35490.31190.3876
Hunter Lab86.2293-27.019220.7197
CIE-Lab89.0900-24.426519.3883

#bdecba color RGB value is (189,236,186).

#bdecba hex color red value is 189, green value is 236 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bdecba hue: 0.32 , saturation: 0.57 and the lightness value of bdecba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 10111010
Octal 275 354 272
Decimal 189 236 186
Hex BD EC BA

RGB Percentages of Color #bdecba

%30.93
%38.63
%30.44

CMYK Percentages of Color #bdecba

%20
%0
%21
%7

Triadic Colors of #bdecba

#bdecba #babdec #ecbabd

Analogous Colors of #bdecba

#bdecba #baecd0 #d6ecba

Monochromatic Colors of #bdecba

#bdecba

Complementary Color

#bdecba #e9baec

#bdecba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecba Color CSS Codes

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

#bdecba Text Font Color

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

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


#bdecba Background Color

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

This div background color is #bdecba


#bdecba Border Color

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

This div border color is #bdecba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecba


Comments

No comments written yet.

Please login to write comment.