Color Hex Logo

#b2ddca Color Hex

#B2DDCA
(178,221,202)
0 Favorites   0 Comments

Color spaces of #b2ddca

RGB 178221202
HSL0.430.390.78
HSV153°19°87°
CMYK 0.190.000.09   0.13
XYZ54.877265.442165.6164
Yxy65.44210.29510.3520
Hunter Lab80.8963-20.48048.5362
CIE-Lab84.7110-17.75324.7069

#b2ddca color RGB value is (178,221,202).

#b2ddca hex color red value is 178, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b2ddca hue: 0.43 , saturation: 0.39 and the lightness value of b2ddca is 0.78.

The process color (four color CMYK) of #b2ddca color hex is 0.19, 0.00, 0.09, 0.13. Web safe color of #b2ddca is #99cccc. Color #b2ddca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011101 11001010
Octal 262 335 312
Decimal 178 221 202
Hex B2 DD CA

RGB Percentages of Color #b2ddca

%29.62
%36.77
%33.61

CMYK Percentages of Color #b2ddca

%19
%0
%9
%13

Triadic Colors of #b2ddca

#b2ddca #cab2dd #ddcab2

Analogous Colors of #b2ddca

#b2ddca #b2dbdd #b2ddb5

Monochromatic Colors of #b2ddca

#b2ddca

Complementary Color

#b2ddca #ddb2c5

#b2ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ddca Color CSS Codes

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

#b2ddca Text Font Color

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

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


#b2ddca Background Color

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

This div background color is #b2ddca


#b2ddca Border Color

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

This div border color is #b2ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ddca


Comments

No comments written yet.

Please login to write comment.