Color Hex Logo

#bdeab5 Color Hex

#BDEAB5
(189,234,181)
0 Favorites   0 Comments

Color spaces of #bdeab5

RGB 189234181
HSL0.310.560.81
HSV111°23°92°
CMYK 0.190.000.23   0.08
XYZ58.749673.000654.7102
Yxy73.00060.31510.3915
Hunter Lab85.4404-26.782421.8430
CIE-Lab88.4480-24.289421.0819

#bdeab5 color RGB value is (189,234,181).

#bdeab5 hex color red value is 189, green value is 234 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bdeab5 hue: 0.31 , saturation: 0.56 and the lightness value of bdeab5 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 10110101
Octal 275 352 265
Decimal 189 234 181
Hex BD EA B5

RGB Percentages of Color #bdeab5

%31.29
%38.74
%29.97

CMYK Percentages of Color #bdeab5

%19
%0
%23
%8

Triadic Colors of #bdeab5

#bdeab5 #b5bdea #eab5bd

Analogous Colors of #bdeab5

#bdeab5 #b5eac8 #d8eab5

Monochromatic Colors of #bdeab5

#bdeab5

Complementary Color

#bdeab5 #e2b5ea

#bdeab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeab5 Color CSS Codes

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

#bdeab5 Text Font Color

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

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


#bdeab5 Background Color

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

This div background color is #bdeab5


#bdeab5 Border Color

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

This div border color is #bdeab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeab5


Comments

No comments written yet.

Please login to write comment.