Color Hex Logo

#b5efdf Color Hex

#B5EFDF
(181,239,223)
0 Favorites   0 Comments

Color spaces of #b5efdf

RGB 181239223
HSL0.450.640.82
HSV163°24°94°
CMYK 0.240.000.07   0.06
XYZ63.241876.884581.3190
Yxy76.88450.28560.3472
Hunter Lab87.6838-24.70386.3924
CIE-Lab90.2684-21.54581.7643

#b5efdf color RGB value is (181,239,223).

#b5efdf hex color red value is 181, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b5efdf hue: 0.45 , saturation: 0.64 and the lightness value of b5efdf is 0.82.

The process color (four color CMYK) of #b5efdf color hex is 0.24, 0.00, 0.07, 0.06. Web safe color of #b5efdf is #ccffcc. Color #b5efdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101111 11011111
Octal 265 357 337
Decimal 181 239 223
Hex B5 EF DF

RGB Percentages of Color #b5efdf

%28.15
%37.17
%34.68

CMYK Percentages of Color #b5efdf

%24
%0
%7
%6

Triadic Colors of #b5efdf

#b5efdf #dfb5ef #efdfb5

Analogous Colors of #b5efdf

#b5efdf #b5e2ef #b5efc2

Monochromatic Colors of #b5efdf

#b5efdf

Complementary Color

#b5efdf #efb5c5

#b5efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5efdf Color CSS Codes

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

#b5efdf Text Font Color

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

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


#b5efdf Background Color

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

This div background color is #b5efdf


#b5efdf Border Color

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

This div border color is #b5efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5efdf


Comments

No comments written yet.

Please login to write comment.