Color Hex Logo

#b6cdff Color Hex

#B6CDFF
(182,205,255)
0 Favorites   0 Comments

Color spaces of #b6cdff

RGB 182205255
HSL0.611.000.86
HSV221°29°100°
CMYK 0.290.200.00   0.00
XYZ59.172760.8277103.2299
Yxy60.82770.26510.2725
Hunter Lab77.9921-1.0581-23.8814
CIE-Lab82.28603.2908-27.0184

#b6cdff color RGB value is (182,205,255).

#b6cdff hex color red value is 182, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b6cdff hue: 0.61 , saturation: 1.00 and the lightness value of b6cdff is 0.86.

The process color (four color CMYK) of #b6cdff color hex is 0.29, 0.20, 0.00, 0.00. Web safe color of #b6cdff is #ccccff. Color #b6cdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001101 11111111
Octal 266 315 377
Decimal 182 205 255
Hex B6 CD FF

RGB Percentages of Color #b6cdff

%28.35
%31.93
%39.72

CMYK Percentages of Color #b6cdff

%29
%20
%0
%0

Triadic Colors of #b6cdff

#b6cdff #ffb6cd #cdffb6

Analogous Colors of #b6cdff

#b6cdff #c4b6ff #b6f2ff

Monochromatic Colors of #b6cdff

#b6cdff

Complementary Color

#b6cdff #ffe8b6

#b6cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cdff Color CSS Codes

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

#b6cdff Text Font Color

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

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


#b6cdff Background Color

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

This div background color is #b6cdff


#b6cdff Border Color

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

This div border color is #b6cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cdff

#b6cdff Color Palettes


Comments

No comments written yet.

Please login to write comment.