Color Hex Logo

#b6cfed Color Hex

#B6CFED
(182,207,237)
0 Favorites   0 Comments

Color spaces of #b6cfed

RGB 182207237
HSL0.590.600.82
HSV213°23°93°
CMYK 0.230.130.00   0.07
XYZ56.890360.685288.8357
Yxy60.68520.27560.2940
Hunter Lab77.9007-5.9690-13.0821
CIE-Lab82.2092-1.9395-17.5579

#b6cfed color RGB value is (182,207,237).

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

The process color (four color CMYK) of #b6cfed color hex is 0.23, 0.13, 0.00, 0.07. Web safe color of #b6cfed is #ccccff. Color #b6cfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001111 11101101
Octal 266 317 355
Decimal 182 207 237
Hex B6 CF ED

RGB Percentages of Color #b6cfed

%29.07
%33.07
%37.86

CMYK Percentages of Color #b6cfed

%23
%13
%0
%7

Triadic Colors of #b6cfed

#b6cfed #edb6cf #cfedb6

Analogous Colors of #b6cfed

#b6cfed #b9b6ed #b6ebed

Monochromatic Colors of #b6cfed

#b6cfed

Complementary Color

#b6cfed #edd4b6

#b6cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cfed Color CSS Codes

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

#b6cfed Text Font Color

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

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


#b6cfed Background Color

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

This div background color is #b6cfed


#b6cfed Border Color

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

This div border color is #b6cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cfed


Comments

No comments written yet.

Please login to write comment.