Color Hex Logo

#b5efcf Color Hex

#B5EFCF
(181,239,207)
0 Favorites   0 Comments

Color spaces of #b5efcf

RGB 181239207
HSL0.410.640.82
HSV147°24°94°
CMYK 0.240.000.13   0.06
XYZ61.185076.061870.4881
Yxy76.06180.29450.3661
Hunter Lab87.2134-27.395913.1297
CIE-Lab89.8880-24.69069.5513

#b5efcf color RGB value is (181,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101111 11001111
Octal 265 357 317
Decimal 181 239 207
Hex B5 EF CF

RGB Percentages of Color #b5efcf

%28.87
%38.12
%33.01

CMYK Percentages of Color #b5efcf

%24
%0
%13
%6

Triadic Colors of #b5efcf

#b5efcf #cfb5ef #efcfb5

Analogous Colors of #b5efcf

#b5efcf #b5efec #b8efb5

Monochromatic Colors of #b5efcf

#b5efcf

Complementary Color

#b5efcf #efb5d5

#b5efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5efcf Color CSS Codes

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

#b5efcf Text Font Color

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

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


#b5efcf Background Color

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

This div background color is #b5efcf


#b5efcf Border Color

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

This div border color is #b5efcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,239,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 #b5efcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5efcf


Comments

No comments written yet.

Please login to write comment.