Color Hex Logo

#b6cfde Color Hex

#B6CFDE
(182,207,222)
0 Favorites   0 Comments

Color spaces of #b6cfde

RGB 182207222
HSL0.560.380.79
HSV203°18°87°
CMYK 0.180.070.00   0.13
XYZ54.789059.844777.7707
Yxy59.84470.28480.3110
Hunter Lab77.3594-8.9580-5.4537
CIE-Lab81.7537-5.2292-10.2376

#b6cfde color RGB value is (182,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001111 11011110
Octal 266 317 336
Decimal 182 207 222
Hex B6 CF DE

RGB Percentages of Color #b6cfde

%29.79
%33.88
%36.33

CMYK Percentages of Color #b6cfde

%18
%7
%0
%13

Triadic Colors of #b6cfde

#b6cfde #deb6cf #cfdeb6

Analogous Colors of #b6cfde

#b6cfde #b6bbde #b6ded9

Monochromatic Colors of #b6cfde

#b6cfde

Complementary Color

#b6cfde #dec5b6

#b6cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cfde Color CSS Codes

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

#b6cfde Text Font Color

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

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


#b6cfde Background Color

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

This div background color is #b6cfde


#b6cfde Border Color

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

This div border color is #b6cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cfde


Comments

No comments written yet.

Please login to write comment.