Color Hex Logo

#b5dfcd Color Hex

#B5DFCD
(181,223,205)
0 Favorites   0 Comments

Color spaces of #b5dfcd

RGB 181223205
HSL0.430.400.79
HSV154°19°87°
CMYK 0.190.000.08   0.13
XYZ56.463267.006967.7153
Yxy67.00690.29530.3505
Hunter Lab81.8577-20.12678.2539
CIE-Lab85.5074-17.21304.2976

#b5dfcd color RGB value is (181,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011111 11001101
Octal 265 337 315
Decimal 181 223 205
Hex B5 DF CD

RGB Percentages of Color #b5dfcd

%29.72
%36.62
%33.66

CMYK Percentages of Color #b5dfcd

%19
%0
%8
%13

Triadic Colors of #b5dfcd

#b5dfcd #cdb5df #dfcdb5

Analogous Colors of #b5dfcd

#b5dfcd #b5dcdf #b5dfb8

Monochromatic Colors of #b5dfcd

#b5dfcd

Complementary Color

#b5dfcd #dfb5c7

#b5dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dfcd Color CSS Codes

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

#b5dfcd Text Font Color

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

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


#b5dfcd Background Color

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

This div background color is #b5dfcd


#b5dfcd Border Color

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

This div border color is #b5dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dfcd


Comments

No comments written yet.

Please login to write comment.