Color Hex Logo

#b5dfca Color Hex

#B5DFCA
(181,223,202)
0 Favorites   0 Comments

Color spaces of #b5dfca

RGB 181223202
HSL0.420.400.79
HSV150°19°87°
CMYK 0.190.000.09   0.13
XYZ56.104466.863465.8260
Yxy66.86340.29720.3542
Hunter Lab81.7700-20.62449.5098
CIE-Lab85.4349-17.79275.7753

#b5dfca color RGB value is (181,223,202).

#b5dfca hex color red value is 181, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b5dfca hue: 0.42 , saturation: 0.40 and the lightness value of b5dfca is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011111 11001010
Octal 265 337 312
Decimal 181 223 202
Hex B5 DF CA

RGB Percentages of Color #b5dfca

%29.87
%36.80
%33.33

CMYK Percentages of Color #b5dfca

%19
%0
%9
%13

Triadic Colors of #b5dfca

#b5dfca #cab5df #dfcab5

Analogous Colors of #b5dfca

#b5dfca #b5dfdf #b5dfb5

Monochromatic Colors of #b5dfca

#b5dfca

Complementary Color

#b5dfca #dfb5ca

#b5dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dfca Color CSS Codes

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

#b5dfca Text Font Color

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

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


#b5dfca Background Color

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

This div background color is #b5dfca


#b5dfca Border Color

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

This div border color is #b5dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dfca


Comments

No comments written yet.

Please login to write comment.