color codes Logo

#b2dccc color codes

#B2DCCC
(178,220,204)
0 Favorites   0 Comments

Color spaces of #b2dccc

RGB 178220204
HSL0.440.380.78
HSV157°19°86°
CMYK 0.190.000.07   0.14
XYZ54.852465.011066.7841
Yxy65.01100.29390.3483
Hunter Lab80.6294-19.66747.3316
CIE-Lab84.4894-16.86063.3285

#b2dccc color RGB value is (178,220,204).

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

The process color (four color CMYK) of #b2dccc color code is 0.19, 0.00, 0.07, 0.14. Web safe color of #b2dccc is #99cccc. Color #b2dccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011100 11001100
Octal 262 334 314
Decimal 178 220 204
Hex B2 DC CC

RGB Percentages of Color #b2dccc

%29.57
%36.54
%33.89

CMYK Percentages of Color #b2dccc

%19
%0
%7
%14

Triadic Colors of #b2dccc

#b2dccc #ccb2dc #dcccb2

Analogous Colors of #b2dccc

#b2dccc #b2d7dc #b2dcb7

Monochromatic Colors of #b2dccc

#b2dccc

Complementary Color

#b2dccc #dcb2c2

#b2dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dccc Color CSS Codes

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

#b2dccc Text Font Color

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

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


#b2dccc Background Color

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

This div background color is #b2dccc


#b2dccc Border Color

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

This div border color is #b2dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dccc


Comments

No comments written yet.

Please login to write comment.