Color Hex Logo

#b5dfdc Color Hex

#B5DFDC
(181,223,220)
0 Favorites   0 Comments

Color spaces of #b5dfdc

RGB 181223220
HSL0.490.400.79
HSV176°19°87°
CMYK 0.190.000.01   0.13
XYZ58.362067.766477.7144
Yxy67.76640.28630.3324
Hunter Lab82.3203-17.51091.6516
CIE-Lab85.8895-14.2001-3.0638

#b5dfdc color RGB value is (181,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011111 11011100
Octal 265 337 334
Decimal 181 223 220
Hex B5 DF DC

RGB Percentages of Color #b5dfdc

%29.01
%35.74
%35.26

CMYK Percentages of Color #b5dfdc

%19
%0
%1
%13

Triadic Colors of #b5dfdc

#b5dfdc #dcb5df #dfdcb5

Analogous Colors of #b5dfdc

#b5dfdc #b5cddf #b5dfc7

Monochromatic Colors of #b5dfdc

#b5dfdc

Complementary Color

#b5dfdc #dfb5b8

#b5dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dfdc Color CSS Codes

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

#b5dfdc Text Font Color

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

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


#b5dfdc Background Color

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

This div background color is #b5dfdc


#b5dfdc Border Color

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

This div border color is #b5dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dfdc


Comments

No comments written yet.

Please login to write comment.