Color Hex Logo

#bdeabe Color Hex

#BDEABE
(189,234,190)
0 Favorites   0 Comments

Color spaces of #bdeabe

RGB 189234190
HSL0.340.520.83
HSV121°19°92°
CMYK 0.190.000.19   0.08
XYZ59.703373.382259.7327
Yxy73.38220.30960.3806
Hunter Lab85.6634-25.505018.6217
CIE-Lab88.6297-22.780216.6714

#bdeabe color RGB value is (189,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 10111110
Octal 275 352 276
Decimal 189 234 190
Hex BD EA BE

RGB Percentages of Color #bdeabe

%30.83
%38.17
%31.00

CMYK Percentages of Color #bdeabe

%19
%0
%19
%8

Triadic Colors of #bdeabe

#bdeabe #bebdea #eabebd

Analogous Colors of #bdeabe

#bdeabe #bdead5 #d3eabd

Monochromatic Colors of #bdeabe

#bdeabe

Complementary Color

#bdeabe #eabde9

#bdeabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeabe Color CSS Codes

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

#bdeabe Text Font Color

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

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


#bdeabe Background Color

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

This div background color is #bdeabe


#bdeabe Border Color

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

This div border color is #bdeabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeabe


Comments

No comments written yet.

Please login to write comment.