Color Hex Logo

#b5dcdf Color Hex

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

Color spaces of #b5dcdf

RGB 181220223
HSL0.510.400.79
HSV184°19°87°
CMYK 0.190.010.00   0.13
XYZ57.968566.337979.5613
Yxy66.33790.28430.3254
Hunter Lab81.4481-15.4915-0.9029
CIE-Lab85.1685-12.0495-5.7118

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

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

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

Base Numbers

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

RGB Percentages of Color #b5dcdf

%29.01
%35.26
%35.74

CMYK Percentages of Color #b5dcdf

%19
%1
%0
%13

Triadic Colors of #b5dcdf

#b5dcdf #dfb5dc #dcdfb5

Analogous Colors of #b5dcdf

#b5dcdf #b5c7df #b5dfcd

Monochromatic Colors of #b5dcdf

#b5dcdf

Complementary Color

#b5dcdf #dfb8b5

#b5dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dcdf Color CSS Codes

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

#b5dcdf Text Font Color

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

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


#b5dcdf Background Color

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

This div background color is #b5dcdf


#b5dcdf Border Color

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

This div border color is #b5dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dcdf


Comments

No comments written yet.

Please login to write comment.