Color Hex Logo

#b8dcdf Color Hex

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

Color spaces of #b8dcdf

RGB 184220223
HSL0.510.380.80
HSV185°17°87°
CMYK 0.170.010.00   0.13
XYZ58.679666.704579.5945
Yxy66.70450.28630.3254
Hunter Lab81.6728-14.6803-0.6103
CIE-Lab85.3545-11.1246-5.4161

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

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

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

Base Numbers

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

RGB Percentages of Color #b8dcdf

%29.35
%35.09
%35.57

CMYK Percentages of Color #b8dcdf

%17
%1
%0
%13

Triadic Colors of #b8dcdf

#b8dcdf #dfb8dc #dcdfb8

Analogous Colors of #b8dcdf

#b8dcdf #b8c9df #b8dfcf

Monochromatic Colors of #b8dcdf

#b8dcdf

Complementary Color

#b8dcdf #dfbbb8

#b8dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dcdf Color CSS Codes

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

#b8dcdf Text Font Color

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

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


#b8dcdf Background Color

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

This div background color is #b8dcdf


#b8dcdf Border Color

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

This div border color is #b8dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dcdf

#b8dcdf Color Palettes


Comments

No comments written yet.

Please login to write comment.