Color Hex Logo

#b5dfea Color Hex

#B5DFEA
(181,223,234)
0 Favorites   0 Comments

Color spaces of #b5dfea

RGB 181223234
HSL0.530.560.81
HSV192°23°92°
CMYK 0.230.050.00   0.08
XYZ60.295068.539687.8935
Yxy68.53960.27820.3162
Hunter Lab82.7886-14.8785-4.9938
CIE-Lab86.2756-11.2231-9.8839

#b5dfea color RGB value is (181,223,234).

#b5dfea hex color red value is 181, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b5dfea hue: 0.53 , saturation: 0.56 and the lightness value of b5dfea is 0.81.

The process color (four color CMYK) of #b5dfea color hex is 0.23, 0.05, 0.00, 0.08. Web safe color of #b5dfea is #ccccff. Color #b5dfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011111 11101010
Octal 265 337 352
Decimal 181 223 234
Hex B5 DF EA

RGB Percentages of Color #b5dfea

%28.37
%34.95
%36.68

CMYK Percentages of Color #b5dfea

%23
%5
%0
%8

Triadic Colors of #b5dfea

#b5dfea #eab5df #dfeab5

Analogous Colors of #b5dfea

#b5dfea #b5c5ea #b5eadb

Monochromatic Colors of #b5dfea

#b5dfea

Complementary Color

#b5dfea #eac0b5

#b5dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dfea Color CSS Codes

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

#b5dfea Text Font Color

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

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


#b5dfea Background Color

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

This div background color is #b5dfea


#b5dfea Border Color

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

This div border color is #b5dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dfea


Comments

No comments written yet.

Please login to write comment.