Color Hex Logo

#b2ccda Color Hex

#B2CCDA
(178,204,218)
0 Favorites   0 Comments

Color spaces of #b2ccda

RGB 178204218
HSL0.560.350.78
HSV201°18°85°
CMYK 0.180.060.00   0.15
XYZ52.607957.712774.6966
Yxy57.71270.28430.3119
Hunter Lab75.9689-9.3356-5.1188
CIE-Lab80.5788-5.7617-9.8760

#b2ccda color RGB value is (178,204,218).

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

The process color (four color CMYK) of #b2ccda color hex is 0.18, 0.06, 0.00, 0.15. Web safe color of #b2ccda is #99cccc. Color #b2ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001100 11011010
Octal 262 314 332
Decimal 178 204 218
Hex B2 CC DA

RGB Percentages of Color #b2ccda

%29.67
%34.00
%36.33

CMYK Percentages of Color #b2ccda

%18
%6
%0
%15

Triadic Colors of #b2ccda

#b2ccda #dab2cc #ccdab2

Analogous Colors of #b2ccda

#b2ccda #b2b8da #b2dad4

Monochromatic Colors of #b2ccda

#b2ccda

Complementary Color

#b2ccda #dac0b2

#b2ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ccda Color CSS Codes

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

#b2ccda Text Font Color

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

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


#b2ccda Background Color

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

This div background color is #b2ccda


#b2ccda Border Color

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

This div border color is #b2ccda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,204,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ccda


Comments

No comments written yet.

Please login to write comment.