Color Hex Logo

#b5ddcf Color Hex

#B5DDCF
(181,221,207)
0 Favorites   0 Comments

Color spaces of #b5ddcf

RGB 181221207
HSL0.440.370.79
HSV159°18°87°
CMYK 0.180.000.06   0.13
XYZ56.175066.041768.8181
Yxy66.04170.29410.3457
Hunter Lab81.2660-18.82786.6780
CIE-Lab85.0177-15.81842.5314

#b5ddcf color RGB value is (181,221,207).

#b5ddcf hex color red value is 181, green value is 221 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b5ddcf hue: 0.44 , saturation: 0.37 and the lightness value of b5ddcf is 0.79.

The process color (four color CMYK) of #b5ddcf color hex is 0.18, 0.00, 0.06, 0.13. Web safe color of #b5ddcf is #cccccc. Color #b5ddcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011101 11001111
Octal 265 335 317
Decimal 181 221 207
Hex B5 DD CF

RGB Percentages of Color #b5ddcf

%29.72
%36.29
%33.99

CMYK Percentages of Color #b5ddcf

%18
%0
%6
%13

Triadic Colors of #b5ddcf

#b5ddcf #cfb5dd #ddcfb5

Analogous Colors of #b5ddcf

#b5ddcf #b5d7dd #b5ddbb

Monochromatic Colors of #b5ddcf

#b5ddcf

Complementary Color

#b5ddcf #ddb5c3

#b5ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ddcf Color CSS Codes

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

#b5ddcf Text Font Color

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

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


#b5ddcf Background Color

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

This div background color is #b5ddcf


#b5ddcf Border Color

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

This div border color is #b5ddcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,221,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ddcf


Comments

No comments written yet.

Please login to write comment.