Color Hex Logo

#b6cffc Color Hex

#B6CFFC
(182,207,252)
0 Favorites   0 Comments

Color spaces of #b6cffc

RGB 182207252
HSL0.610.920.85
HSV219°28°99°
CMYK 0.280.180.00   0.01
XYZ59.174961.5990100.8664
Yxy61.59900.26700.2779
Hunter Lab78.4850-2.7662-21.2581
CIE-Lab82.69971.5130-24.7941

#b6cffc color RGB value is (182,207,252).

#b6cffc hex color red value is 182, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b6cffc hue: 0.61 , saturation: 0.92 and the lightness value of b6cffc is 0.85.

The process color (four color CMYK) of #b6cffc color hex is 0.28, 0.18, 0.00, 0.01. Web safe color of #b6cffc is #ccccff. Color #b6cffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001111 11111100
Octal 266 317 374
Decimal 182 207 252
Hex B6 CF FC

RGB Percentages of Color #b6cffc

%28.39
%32.29
%39.31

CMYK Percentages of Color #b6cffc

%28
%18
%0
%1

Triadic Colors of #b6cffc

#b6cffc #fcb6cf #cffcb6

Analogous Colors of #b6cffc

#b6cffc #c0b6fc #b6f2fc

Monochromatic Colors of #b6cffc

#b6cffc

Complementary Color

#b6cffc #fce3b6

#b6cffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cffc Color CSS Codes

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

#b6cffc Text Font Color

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

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


#b6cffc Background Color

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

This div background color is #b6cffc


#b6cffc Border Color

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

This div border color is #b6cffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cffc

Related Colors


Comments

No comments written yet.

Please login to write comment.