Color Hex Logo

#b5e3e0 Color Hex

#B5E3E0
(181,227,224)
2 Favorites   0 Comments

Color spaces of #b5e3e0

RGB 181227224
HSL0.490.450.80
HSV176°20°89°
CMYK 0.200.000.01   0.11
XYZ59.979770.143780.8988
Yxy70.14370.28420.3324
Hunter Lab83.7518-18.73121.3560
CIE-Lab87.0673-15.3860-3.4418

#b5e3e0 color RGB value is (181,227,224).

#b5e3e0 hex color red value is 181, green value is 227 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #b5e3e0 hue: 0.49 , saturation: 0.45 and the lightness value of b5e3e0 is 0.80.

The process color (four color CMYK) of #b5e3e0 color hex is 0.20, 0.00, 0.01, 0.11. Web safe color of #b5e3e0 is #cccccc. Color #b5e3e0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11100011 11100000
Octal 265 343 340
Decimal 181 227 224
Hex B5 E3 E0

RGB Percentages of Color #b5e3e0

%28.64
%35.92
%35.44

CMYK Percentages of Color #b5e3e0

%20
%0
%1
%11

Triadic Colors of #b5e3e0

#b5e3e0 #e0b5e3 #e3e0b5

Analogous Colors of #b5e3e0

#b5e3e0 #b5cfe3 #b5e3c9

Monochromatic Colors of #b5e3e0

#b5e3e0

Complementary Color

#b5e3e0 #e3b5b8

#b5e3e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5e3e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5e3e0 Color CSS Codes

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

#b5e3e0 Text Font Color

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

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


#b5e3e0 Background Color

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

This div background color is #b5e3e0


#b5e3e0 Border Color

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

This div border color is #b5e3e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5e3e0


Comments

No comments written yet.

Please login to write comment.