Color Hex Logo

#b6cfea Color Hex

#B6CFEA
(182,207,234)
0 Favorites   0 Comments

Color spaces of #b6cfea

RGB 182207234
HSL0.590.550.82
HSV211°22°92°
CMYK 0.220.120.00   0.08
XYZ56.455560.511286.5462
Yxy60.51120.27740.2973
Hunter Lab77.7889-6.5839-11.5124
CIE-Lab82.1153-2.6107-16.1004

#b6cfea color RGB value is (182,207,234).

#b6cfea hex color red value is 182, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b6cfea hue: 0.59 , saturation: 0.55 and the lightness value of b6cfea is 0.82.

The process color (four color CMYK) of #b6cfea color hex is 0.22, 0.12, 0.00, 0.08. Web safe color of #b6cfea is #ccccff. Color #b6cfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001111 11101010
Octal 266 317 352
Decimal 182 207 234
Hex B6 CF EA

RGB Percentages of Color #b6cfea

%29.21
%33.23
%37.56

CMYK Percentages of Color #b6cfea

%22
%12
%0
%8

Triadic Colors of #b6cfea

#b6cfea #eab6cf #cfeab6

Analogous Colors of #b6cfea

#b6cfea #b7b6ea #b6e9ea

Monochromatic Colors of #b6cfea

#b6cfea

Complementary Color

#b6cfea #ead1b6

#b6cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cfea Color CSS Codes

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

#b6cfea Text Font Color

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

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


#b6cfea Background Color

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

This div background color is #b6cfea


#b6cfea Border Color

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

This div border color is #b6cfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cfea


Comments

No comments written yet.

Please login to write comment.