Color Hex Logo

#b5e3c8 Color Hex

#B5E3C8
(181,227,200)
0 Favorites   0 Comments

Color spaces of #b5e3c8

RGB 181227200
HSL0.400.450.80
HSV145°20°89°
CMYK 0.200.000.12   0.11
XYZ56.950568.932164.9472
Yxy68.93210.29840.3612
Hunter Lab83.0254-22.853911.7377
CIE-Lab86.4704-20.15818.3165

#b5e3c8 color RGB value is (181,227,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11100011 11001000
Octal 265 343 310
Decimal 181 227 200
Hex B5 E3 C8

RGB Percentages of Color #b5e3c8

%29.77
%37.34
%32.89

CMYK Percentages of Color #b5e3c8

%20
%0
%12
%11

Triadic Colors of #b5e3c8

#b5e3c8 #c8b5e3 #e3c8b5

Analogous Colors of #b5e3c8

#b5e3c8 #b5e3df #b9e3b5

Monochromatic Colors of #b5e3c8

#b5e3c8

Complementary Color

#b5e3c8 #e3b5d0

#b5e3c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5e3c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5e3c8 Color CSS Codes

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

#b5e3c8 Text Font Color

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

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


#b5e3c8 Background Color

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

This div background color is #b5e3c8


#b5e3c8 Border Color

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

This div border color is #b5e3c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5e3c8


Comments

No comments written yet.

Please login to write comment.