Color Hex Logo

#bbeaf3 Color Hex

#BBEAF3
(187,234,243)
0 Favorites   0 Comments

Color spaces of #bbeaf3

RGB 187234243
HSL0.530.700.84
HSV190°23°95°
CMYK 0.230.040.00   0.05
XYZ66.094075.881595.9571
Yxy75.88150.27780.3189
Hunter Lab87.1100-17.0070-4.3347
CIE-Lab89.8043-13.0794-9.3289

#bbeaf3 color RGB value is (187,234,243).

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

The process color (four color CMYK) of #bbeaf3 color hex is 0.23, 0.04, 0.00, 0.05. Web safe color of #bbeaf3 is #ccffff. Color #bbeaf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11110011
Octal 273 352 363
Decimal 187 234 243
Hex BB EA F3

RGB Percentages of Color #bbeaf3

%28.16
%35.24
%36.60

CMYK Percentages of Color #bbeaf3

%23
%4
%0
%5

Triadic Colors of #bbeaf3

#bbeaf3 #f3bbea #eaf3bb

Analogous Colors of #bbeaf3

#bbeaf3 #bbcef3 #bbf3e0

Monochromatic Colors of #bbeaf3

#bbeaf3

Complementary Color

#bbeaf3 #f3c4bb

#bbeaf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeaf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeaf3 Color CSS Codes

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

#bbeaf3 Text Font Color

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

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


#bbeaf3 Background Color

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

This div background color is #bbeaf3


#bbeaf3 Border Color

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

This div border color is #bbeaf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeaf3


Comments

No comments written yet.

Please login to write comment.