Color Hex Logo

#b1cadf Color Hex

#B1CADF
(177,202,223)
0 Favorites   0 Comments

Color spaces of #b1cadf

RGB 177202223
HSL0.580.420.78
HSV207°21°87°
CMYK 0.210.090.00   0.13
XYZ52.571356.915978.0271
Yxy56.91590.28040.3035
Hunter Lab75.4426-7.6390-8.5113
CIE-Lab80.1323-3.9323-13.2295

#b1cadf color RGB value is (177,202,223).

#b1cadf hex color red value is 177, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b1cadf hue: 0.58 , saturation: 0.42 and the lightness value of b1cadf is 0.78.

The process color (four color CMYK) of #b1cadf color hex is 0.21, 0.09, 0.00, 0.13. Web safe color of #b1cadf is #99cccc. Color #b1cadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001010 11011111
Octal 261 312 337
Decimal 177 202 223
Hex B1 CA DF

RGB Percentages of Color #b1cadf

%29.40
%33.55
%37.04

CMYK Percentages of Color #b1cadf

%21
%9
%0
%13

Triadic Colors of #b1cadf

#b1cadf #dfb1ca #cadfb1

Analogous Colors of #b1cadf

#b1cadf #b1b3df #b1dfdd

Monochromatic Colors of #b1cadf

#b1cadf

Complementary Color

#b1cadf #dfc6b1

#b1cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cadf Color CSS Codes

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

#b1cadf Text Font Color

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

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


#b1cadf Background Color

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

This div background color is #b1cadf


#b1cadf Border Color

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

This div border color is #b1cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cadf


Comments

No comments written yet.

Please login to write comment.