Color Hex Logo

#b9efdf Color Hex

#B9EFDF
(185,239,223)
0 Favorites   0 Comments

Color spaces of #b9efdf

RGB 185239223
HSL0.450.630.83
HSV162°23°94°
CMYK 0.230.000.07   0.06
XYZ64.193477.375081.3636
Yxy77.37500.28800.3471
Hunter Lab87.9631-23.67026.7324
CIE-Lab90.4939-20.33942.1200

#b9efdf color RGB value is (185,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101111 11011111
Octal 271 357 337
Decimal 185 239 223
Hex B9 EF DF

RGB Percentages of Color #b9efdf

%28.59
%36.94
%34.47

CMYK Percentages of Color #b9efdf

%23
%0
%7
%6

Triadic Colors of #b9efdf

#b9efdf #dfb9ef #efdfb9

Analogous Colors of #b9efdf

#b9efdf #b9e4ef #b9efc4

Monochromatic Colors of #b9efdf

#b9efdf

Complementary Color

#b9efdf #efb9c9

#b9efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9efdf Color CSS Codes

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

#b9efdf Text Font Color

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

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


#b9efdf Background Color

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

This div background color is #b9efdf


#b9efdf Border Color

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

This div border color is #b9efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9efdf


Comments

No comments written yet.

Please login to write comment.