Color Hex Logo

#b5cfdf Color Hex

#B5CFDF
(181,207,223)
0 Favorites   0 Comments

Color spaces of #b5cfdf

RGB 181207223
HSL0.560.400.79
HSV203°19°87°
CMYK 0.190.070.00   0.13
XYZ54.688259.777178.4678
Yxy59.77710.28350.3098
Hunter Lab77.3157-9.0428-6.0526
CIE-Lab81.7169-5.3259-10.8337

#b5cfdf color RGB value is (181,207,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001111 11011111
Octal 265 317 337
Decimal 181 207 223
Hex B5 CF DF

RGB Percentages of Color #b5cfdf

%29.62
%33.88
%36.50

CMYK Percentages of Color #b5cfdf

%19
%7
%0
%13

Triadic Colors of #b5cfdf

#b5cfdf #dfb5cf #cfdfb5

Analogous Colors of #b5cfdf

#b5cfdf #b5badf #b5dfda

Monochromatic Colors of #b5cfdf

#b5cfdf

Complementary Color

#b5cfdf #dfc5b5

#b5cfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cfdf Color CSS Codes

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

#b5cfdf Text Font Color

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

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


#b5cfdf Background Color

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

This div background color is #b5cfdf


#b5cfdf Border Color

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

This div border color is #b5cfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cfdf


Comments

No comments written yet.

Please login to write comment.