Color Hex Logo

#b6fcfd Color Hex

#B6FCFD
(182,252,253)
0 Favorites   0 Comments

Color spaces of #b6fcfd

RGB 182252253
HSL0.500.950.85
HSV181°28°99°
CMYK 0.280.000.00   0.01
XYZ71.831486.6577105.8692
Yxy86.65770.27170.3278
Hunter Lab93.0901-25.1712-2.2660
CIE-Lab94.5928-21.2560-7.4601

#b6fcfd color RGB value is (182,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111100 11111101
Octal 266 374 375
Decimal 182 252 253
Hex B6 FC FD

RGB Percentages of Color #b6fcfd

%26.49
%36.68
%36.83

CMYK Percentages of Color #b6fcfd

%28
%0
%0
%1

Triadic Colors of #b6fcfd

#b6fcfd #fdb6fc #fcfdb6

Analogous Colors of #b6fcfd

#b6fcfd #b6d9fd #b6fddb

Monochromatic Colors of #b6fcfd

#b6fcfd

Complementary Color

#b6fcfd #fdb7b6

#b6fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fcfd Color CSS Codes

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

#b6fcfd Text Font Color

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

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


#b6fcfd Background Color

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

This div background color is #b6fcfd


#b6fcfd Border Color

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

This div border color is #b6fcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fcfd


Comments

No comments written yet.

Please login to write comment.