Color Hex Logo

#b1ddca Color Hex

#B1DDCA
(177,221,202)
0 Favorites   0 Comments

Color spaces of #b1ddca

RGB 177221202
HSL0.430.390.78
HSV154°20°87°
CMYK 0.200.000.09   0.13
XYZ54.648665.324365.6057
Yxy65.32430.29450.3520
Hunter Lab80.8234-20.74868.4498
CIE-Lab84.6506-18.07154.6118

#b1ddca color RGB value is (177,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011101 11001010
Octal 261 335 312
Decimal 177 221 202
Hex B1 DD CA

RGB Percentages of Color #b1ddca

%29.50
%36.83
%33.67

CMYK Percentages of Color #b1ddca

%20
%0
%9
%13

Triadic Colors of #b1ddca

#b1ddca #cab1dd #ddcab1

Analogous Colors of #b1ddca

#b1ddca #b1dadd #b1ddb4

Monochromatic Colors of #b1ddca

#b1ddca

Complementary Color

#b1ddca #ddb1c4

#b1ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ddca Color CSS Codes

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

#b1ddca Text Font Color

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

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


#b1ddca Background Color

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

This div background color is #b1ddca


#b1ddca Border Color

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

This div border color is #b1ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ddca


Comments

No comments written yet.

Please login to write comment.