Color Hex Logo

#bbeaf1 Color Hex

#BBEAF1
(187,234,241)
0 Favorites   0 Comments

Color spaces of #bbeaf1

RGB 187234241
HSL0.520.660.84
HSV188°22°95°
CMYK 0.220.030.00   0.05
XYZ65.793575.761394.3748
Yxy75.76130.27890.3211
Hunter Lab87.0410-17.3951-3.3569
CIE-Lab89.7484-13.5108-8.3655

#bbeaf1 color RGB value is (187,234,241).

#bbeaf1 hex color red value is 187, green value is 234 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bbeaf1 hue: 0.52 , saturation: 0.66 and the lightness value of bbeaf1 is 0.84.

The process color (four color CMYK) of #bbeaf1 color hex is 0.22, 0.03, 0.00, 0.05. Web safe color of #bbeaf1 is #ccffff. Color #bbeaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11110001
Octal 273 352 361
Decimal 187 234 241
Hex BB EA F1

RGB Percentages of Color #bbeaf1

%28.25
%35.35
%36.40

CMYK Percentages of Color #bbeaf1

%22
%3
%0
%5

Triadic Colors of #bbeaf1

#bbeaf1 #f1bbea #eaf1bb

Analogous Colors of #bbeaf1

#bbeaf1 #bbcff1 #bbf1dd

Monochromatic Colors of #bbeaf1

#bbeaf1

Complementary Color

#bbeaf1 #f1c2bb

#bbeaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeaf1 Color CSS Codes

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

#bbeaf1 Text Font Color

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

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


#bbeaf1 Background Color

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

This div background color is #bbeaf1


#bbeaf1 Border Color

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

This div border color is #bbeaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeaf1


Comments

No comments written yet.

Please login to write comment.