Color Hex Logo

#b3cdde Color Hex

#B3CDDE
(179,205,222)
0 Favorites   0 Comments

Color spaces of #b3cdde

RGB 179205222
HSL0.570.390.79
HSV204°19°87°
CMYK 0.190.080.00   0.13
XYZ53.606558.520377.5774
Yxy58.52030.28260.3085
Hunter Lab76.4986-8.7883-6.5772
CIE-Lab81.0272-5.1133-11.3420

#b3cdde color RGB value is (179,205,222).

#b3cdde hex color red value is 179, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b3cdde hue: 0.57 , saturation: 0.39 and the lightness value of b3cdde is 0.79.

The process color (four color CMYK) of #b3cdde color hex is 0.19, 0.08, 0.00, 0.13. Web safe color of #b3cdde is #cccccc. Color #b3cdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001101 11011110
Octal 263 315 336
Decimal 179 205 222
Hex B3 CD DE

RGB Percentages of Color #b3cdde

%29.54
%33.83
%36.63

CMYK Percentages of Color #b3cdde

%19
%8
%0
%13

Triadic Colors of #b3cdde

#b3cdde #deb3cd #cddeb3

Analogous Colors of #b3cdde

#b3cdde #b3b8de #b3deda

Monochromatic Colors of #b3cdde

#b3cdde

Complementary Color

#b3cdde #dec4b3

#b3cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cdde Color CSS Codes

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

#b3cdde Text Font Color

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

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


#b3cdde Background Color

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

This div background color is #b3cdde


#b3cdde Border Color

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

This div border color is #b3cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cdde


Comments

No comments written yet.

Please login to write comment.