Color Hex Logo

#b8dfcd Color Hex

#B8DFCD
(184,223,205)
0 Favorites   0 Comments

Color spaces of #b8dfcd

RGB 184223205
HSL0.420.380.80
HSV152°17°87°
CMYK 0.170.000.08   0.13
XYZ57.174367.373567.7486
Yxy67.37350.29730.3504
Hunter Lab82.0814-19.30718.5200
CIE-Lab85.6922-16.25234.5882

#b8dfcd color RGB value is (184,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011111 11001101
Octal 270 337 315
Decimal 184 223 205
Hex B8 DF CD

RGB Percentages of Color #b8dfcd

%30.07
%36.44
%33.50

CMYK Percentages of Color #b8dfcd

%17
%0
%8
%13

Triadic Colors of #b8dfcd

#b8dfcd #cdb8df #dfcdb8

Analogous Colors of #b8dfcd

#b8dfcd #b8dedf #b8dfba

Monochromatic Colors of #b8dfcd

#b8dfcd

Complementary Color

#b8dfcd #dfb8ca

#b8dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dfcd Color CSS Codes

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

#b8dfcd Text Font Color

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

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


#b8dfcd Background Color

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

This div background color is #b8dfcd


#b8dfcd Border Color

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

This div border color is #b8dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dfcd


Comments

No comments written yet.

Please login to write comment.