Color Hex Logo

#b5eacf Color Hex

#B5EACF
(181,234,207)
0 Favorites   0 Comments

Color spaces of #b5eacf

RGB 181234207
HSL0.420.560.81
HSV149°23°92°
CMYK 0.230.000.12   0.08
XYZ59.741473.174470.0069
Yxy73.17440.29440.3606
Hunter Lab85.5420-25.036611.3570
CIE-Lab88.5308-22.26307.6059

#b5eacf color RGB value is (181,234,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101010 11001111
Octal 265 352 317
Decimal 181 234 207
Hex B5 EA CF

RGB Percentages of Color #b5eacf

%29.10
%37.62
%33.28

CMYK Percentages of Color #b5eacf

%23
%0
%12
%8

Triadic Colors of #b5eacf

#b5eacf #cfb5ea #eacfb5

Analogous Colors of #b5eacf

#b5eacf #b5eaea #b6eab5

Monochromatic Colors of #b5eacf

#b5eacf

Complementary Color

#b5eacf #eab5d0

#b5eacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eacf Color CSS Codes

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

#b5eacf Text Font Color

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

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


#b5eacf Background Color

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

This div background color is #b5eacf


#b5eacf Border Color

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

This div border color is #b5eacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eacf


Comments

No comments written yet.

Please login to write comment.