Color Hex Logo

#bbeef5 Color Hex

#BBEEF5
(187,238,245)
0 Favorites   0 Comments

Color spaces of #bbeef5

RGB 187238245
HSL0.520.740.85
HSV187°24°96°
CMYK 0.240.030.00   0.04
XYZ67.549578.306497.9406
Yxy78.30640.27710.3212
Hunter Lab88.4909-18.6012-3.6778
CIE-Lab90.9195-14.6584-8.7183

#bbeef5 color RGB value is (187,238,245).

#bbeef5 hex color red value is 187, green value is 238 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #bbeef5 hue: 0.52 , saturation: 0.74 and the lightness value of bbeef5 is 0.85.

The process color (four color CMYK) of #bbeef5 color hex is 0.24, 0.03, 0.00, 0.04. Web safe color of #bbeef5 is #ccffff. Color #bbeef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11110101
Octal 273 356 365
Decimal 187 238 245
Hex BB EE F5

RGB Percentages of Color #bbeef5

%27.91
%35.52
%36.57

CMYK Percentages of Color #bbeef5

%24
%3
%0
%4

Triadic Colors of #bbeef5

#bbeef5 #f5bbee #eef5bb

Analogous Colors of #bbeef5

#bbeef5 #bbd1f5 #bbf5df

Monochromatic Colors of #bbeef5

#bbeef5

Complementary Color

#bbeef5 #f5c2bb

#bbeef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeef5 Color CSS Codes

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

#bbeef5 Text Font Color

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

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


#bbeef5 Background Color

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

This div background color is #bbeef5


#bbeef5 Border Color

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

This div border color is #bbeef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeef5


Comments

No comments written yet.

Please login to write comment.