Color Hex Logo

#b3cdfb Color Hex

#B3CDFB
(179,205,251)
0 Favorites   0 Comments

Color spaces of #b3cdfb

RGB 179205251
HSL0.610.900.84
HSV218°29°98°
CMYK 0.290.180.00   0.02
XYZ57.834360.211499.8406
Yxy60.21140.26540.2763
Hunter Lab77.5960-2.7524-21.9696
CIE-Lab81.95301.4830-25.4184

#b3cdfb color RGB value is (179,205,251).

#b3cdfb hex color red value is 179, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b3cdfb hue: 0.61 , saturation: 0.90 and the lightness value of b3cdfb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001101 11111011
Octal 263 315 373
Decimal 179 205 251
Hex B3 CD FB

RGB Percentages of Color #b3cdfb

%28.19
%32.28
%39.53

CMYK Percentages of Color #b3cdfb

%29
%18
%0
%2

Triadic Colors of #b3cdfb

#b3cdfb #fbb3cd #cdfbb3

Analogous Colors of #b3cdfb

#b3cdfb #bdb3fb #b3f1fb

Monochromatic Colors of #b3cdfb

#b3cdfb

Complementary Color

#b3cdfb #fbe1b3

#b3cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cdfb Color CSS Codes

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

#b3cdfb Text Font Color

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

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


#b3cdfb Background Color

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

This div background color is #b3cdfb


#b3cdfb Border Color

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

This div border color is #b3cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cdfb


Comments

No comments written yet.

Please login to write comment.