Color Hex Logo

#b3ddca Color Hex

#B3DDCA
(179,221,202)
0 Favorites   0 Comments

Color spaces of #b3ddca

RGB 179221202
HSL0.420.380.78
HSV153°19°87°
CMYK 0.190.000.09   0.13
XYZ55.107565.560965.6272
Yxy65.56090.29580.3519
Hunter Lab80.9697-20.21098.6233
CIE-Lab84.7719-17.43414.8026

#b3ddca color RGB value is (179,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011101 11001010
Octal 263 335 312
Decimal 179 221 202
Hex B3 DD CA

RGB Percentages of Color #b3ddca

%29.73
%36.71
%33.55

CMYK Percentages of Color #b3ddca

%19
%0
%9
%13

Triadic Colors of #b3ddca

#b3ddca #cab3dd #ddcab3

Analogous Colors of #b3ddca

#b3ddca #b3dbdd #b3ddb5

Monochromatic Colors of #b3ddca

#b3ddca

Complementary Color

#b3ddca #ddb3c6

#b3ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ddca Color CSS Codes

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

#b3ddca Text Font Color

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

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


#b3ddca Background Color

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

This div background color is #b3ddca


#b3ddca Border Color

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

This div border color is #b3ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ddca


Comments

No comments written yet.

Please login to write comment.