Color Hex Logo

#b6cfdc Color Hex

#B6CFDC
(182,207,220)
0 Favorites   0 Comments

Color spaces of #b6cfdc

RGB 182207220
HSL0.560.350.79
HSV201°17°86°
CMYK 0.170.060.00   0.14
XYZ54.522559.738076.3671
Yxy59.73800.28600.3134
Hunter Lab77.2904-9.3399-4.4785
CIE-Lab81.6956-5.6545-9.2558

#b6cfdc color RGB value is (182,207,220).

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

The process color (four color CMYK) of #b6cfdc color hex is 0.17, 0.06, 0.00, 0.14. Web safe color of #b6cfdc is #cccccc. Color #b6cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001111 11011100
Octal 266 317 334
Decimal 182 207 220
Hex B6 CF DC

RGB Percentages of Color #b6cfdc

%29.89
%33.99
%36.12

CMYK Percentages of Color #b6cfdc

%17
%6
%0
%14

Triadic Colors of #b6cfdc

#b6cfdc #dcb6cf #cfdcb6

Analogous Colors of #b6cfdc

#b6cfdc #b6bcdc #b6dcd6

Monochromatic Colors of #b6cfdc

#b6cfdc

Complementary Color

#b6cfdc #dcc3b6

#b6cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cfdc Color CSS Codes

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

#b6cfdc Text Font Color

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

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


#b6cfdc Background Color

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

This div background color is #b6cfdc


#b6cfdc Border Color

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

This div border color is #b6cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cfdc


Comments

No comments written yet.

Please login to write comment.