Color Hex Logo

#b5dfec Color Hex

#B5DFEC
(181,223,236)
0 Favorites   0 Comments

Color spaces of #b5dfec

RGB 181223236
HSL0.540.590.82
HSV194°23°93°
CMYK 0.230.060.00   0.07
XYZ60.584168.655289.4155
Yxy68.65520.27710.3140
Hunter Lab82.8584-14.4873-5.9811
CIE-Lab86.3330-10.7853-10.8536

#b5dfec color RGB value is (181,223,236).

#b5dfec hex color red value is 181, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b5dfec hue: 0.54 , saturation: 0.59 and the lightness value of b5dfec is 0.82.

The process color (four color CMYK) of #b5dfec color hex is 0.23, 0.06, 0.00, 0.07. Web safe color of #b5dfec is #ccccff. Color #b5dfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011111 11101100
Octal 265 337 354
Decimal 181 223 236
Hex B5 DF EC

RGB Percentages of Color #b5dfec

%28.28
%34.84
%36.88

CMYK Percentages of Color #b5dfec

%23
%6
%0
%7

Triadic Colors of #b5dfec

#b5dfec #ecb5df #dfecb5

Analogous Colors of #b5dfec

#b5dfec #b5c4ec #b5ecde

Monochromatic Colors of #b5dfec

#b5dfec

Complementary Color

#b5dfec #ecc2b5

#b5dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dfec Color CSS Codes

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

#b5dfec Text Font Color

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

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


#b5dfec Background Color

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

This div background color is #b5dfec


#b5dfec Border Color

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

This div border color is #b5dfec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,223,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dfec


Comments

No comments written yet.

Please login to write comment.