Color Hex Logo

#b2cddb Color Hex

#B2CDDB
(178,205,219)
0 Favorites   0 Comments

Color spaces of #b2cddb

RGB 178205219
HSL0.560.360.78
HSV200°19°86°
CMYK 0.190.060.00   0.14
XYZ52.977658.242175.4675
Yxy58.24210.28380.3120
Hunter Lab76.3165-9.6423-5.2088
CIE-Lab80.8732-6.0713-9.9732

#b2cddb color RGB value is (178,205,219).

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

The process color (four color CMYK) of #b2cddb color hex is 0.19, 0.06, 0.00, 0.14. Web safe color of #b2cddb is #99cccc. Color #b2cddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001101 11011011
Octal 262 315 333
Decimal 178 205 219
Hex B2 CD DB

RGB Percentages of Color #b2cddb

%29.57
%34.05
%36.38

CMYK Percentages of Color #b2cddb

%19
%6
%0
%14

Triadic Colors of #b2cddb

#b2cddb #dbb2cd #cddbb2

Analogous Colors of #b2cddb

#b2cddb #b2b9db #b2dbd5

Monochromatic Colors of #b2cddb

#b2cddb

Complementary Color

#b2cddb #dbc0b2

#b2cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cddb Color CSS Codes

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

#b2cddb Text Font Color

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

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


#b2cddb Background Color

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

This div background color is #b2cddb


#b2cddb Border Color

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

This div border color is #b2cddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2cddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cddb


Comments

No comments written yet.

Please login to write comment.