Color Hex Logo

#bbdfe5 Color Hex

#BBDFE5
(187,223,229)
0 Favorites   0 Comments

Color spaces of #bbdfe5

RGB 187223229
HSL0.520.450.82
HSV189°18°90°
CMYK 0.180.030.00   0.10
XYZ61.024168.997384.2302
Yxy68.99730.28480.3220
Hunter Lab83.0646-14.2266-1.9767
CIE-Lab86.5027-10.4775-6.8683

#bbdfe5 color RGB value is (187,223,229).

#bbdfe5 hex color red value is 187, green value is 223 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bbdfe5 hue: 0.52 , saturation: 0.45 and the lightness value of bbdfe5 is 0.82.

The process color (four color CMYK) of #bbdfe5 color hex is 0.18, 0.03, 0.00, 0.10. Web safe color of #bbdfe5 is #cccccc. Color #bbdfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11100101
Octal 273 337 345
Decimal 187 223 229
Hex BB DF E5

RGB Percentages of Color #bbdfe5

%29.26
%34.90
%35.84

CMYK Percentages of Color #bbdfe5

%18
%3
%0
%10

Triadic Colors of #bbdfe5

#bbdfe5 #e5bbdf #dfe5bb

Analogous Colors of #bbdfe5

#bbdfe5 #bbcae5 #bbe5d6

Monochromatic Colors of #bbdfe5

#bbdfe5

Complementary Color

#bbdfe5 #e5c1bb

#bbdfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfe5 Color CSS Codes

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

#bbdfe5 Text Font Color

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

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


#bbdfe5 Background Color

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

This div background color is #bbdfe5


#bbdfe5 Border Color

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

This div border color is #bbdfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfe5


Comments

No comments written yet.

Please login to write comment.