Color Hex Logo

#b8dfdc Color Hex

#B8DFDC
(184,223,220)
0 Favorites   0 Comments

Color spaces of #b8dfdc

RGB 184223220
HSL0.490.380.80
HSV175°17°87°
CMYK 0.170.000.01   0.13
XYZ59.073168.133077.7476
Yxy68.13300.28820.3324
Hunter Lab82.5427-16.70321.9342
CIE-Lab86.0729-13.2716-2.7730

#b8dfdc color RGB value is (184,223,220).

#b8dfdc hex color red value is 184, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b8dfdc hue: 0.49 , saturation: 0.38 and the lightness value of b8dfdc is 0.80.

The process color (four color CMYK) of #b8dfdc color hex is 0.17, 0.00, 0.01, 0.13. Web safe color of #b8dfdc is #cccccc. Color #b8dfdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011111 11011100
Octal 270 337 334
Decimal 184 223 220
Hex B8 DF DC

RGB Percentages of Color #b8dfdc

%29.35
%35.57
%35.09

CMYK Percentages of Color #b8dfdc

%17
%0
%1
%13

Triadic Colors of #b8dfdc

#b8dfdc #dcb8df #dfdcb8

Analogous Colors of #b8dfdc

#b8dfdc #b8cfdf #b8dfc9

Monochromatic Colors of #b8dfdc

#b8dfdc

Complementary Color

#b8dfdc #dfb8bb

#b8dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dfdc Color CSS Codes

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

#b8dfdc Text Font Color

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

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


#b8dfdc Background Color

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

This div background color is #b8dfdc


#b8dfdc Border Color

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

This div border color is #b8dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dfdc


Comments

No comments written yet.

Please login to write comment.