Color Hex Logo

#b3cddb Color Hex

#B3CDDB
(179,205,219)
0 Favorites   0 Comments

Color spaces of #b3cddb

RGB 179205219
HSL0.560.360.78
HSV201°18°86°
CMYK 0.180.060.00   0.14
XYZ53.207958.360875.4782
Yxy58.36080.28450.3120
Hunter Lab76.3942-9.3663-5.1031
CIE-Lab80.9390-5.7594-9.8681

#b3cddb color RGB value is (179,205,219).

#b3cddb hex color red value is 179, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b3cddb hue: 0.56 , saturation: 0.36 and the lightness value of b3cddb is 0.78.

The process color (four color CMYK) of #b3cddb color hex is 0.18, 0.06, 0.00, 0.14. Web safe color of #b3cddb is #cccccc. Color #b3cddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001101 11011011
Octal 263 315 333
Decimal 179 205 219
Hex B3 CD DB

RGB Percentages of Color #b3cddb

%29.68
%34.00
%36.32

CMYK Percentages of Color #b3cddb

%18
%6
%0
%14

Triadic Colors of #b3cddb

#b3cddb #dbb3cd #cddbb3

Analogous Colors of #b3cddb

#b3cddb #b3b9db #b3dbd5

Monochromatic Colors of #b3cddb

#b3cddb

Complementary Color

#b3cddb #dbc1b3

#b3cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cddb Color CSS Codes

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

#b3cddb Text Font Color

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

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


#b3cddb Background Color

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

This div background color is #b3cddb


#b3cddb Border Color

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

This div border color is #b3cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cddb


Comments

No comments written yet.

Please login to write comment.