Color Hex Logo

#b8efdf Color Hex

#B8EFDF
(184,239,223)
0 Favorites   0 Comments

Color spaces of #b8efdf

RGB 184239223
HSL0.450.630.83
HSV163°23°94°
CMYK 0.230.000.07   0.06
XYZ63.952977.251181.3523
Yxy77.25110.28740.3471
Hunter Lab87.8926-23.93096.6467
CIE-Lab90.4371-20.64282.0303

#b8efdf color RGB value is (184,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101111 11011111
Octal 270 357 337
Decimal 184 239 223
Hex B8 EF DF

RGB Percentages of Color #b8efdf

%28.48
%37.00
%34.52

CMYK Percentages of Color #b8efdf

%23
%0
%7
%6

Triadic Colors of #b8efdf

#b8efdf #dfb8ef #efdfb8

Analogous Colors of #b8efdf

#b8efdf #b8e4ef #b8efc4

Monochromatic Colors of #b8efdf

#b8efdf

Complementary Color

#b8efdf #efb8c8

#b8efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8efdf Color CSS Codes

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

#b8efdf Text Font Color

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

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


#b8efdf Background Color

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

This div background color is #b8efdf


#b8efdf Border Color

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

This div border color is #b8efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8efdf


Comments

No comments written yet.

Please login to write comment.