Color Hex Logo

#08bbf4 Color Hex

#08BBF4
(8,187,244)
0 Favorites   0 Comments

Color spaces of #08bbf4

RGB 8187244
HSL0.540.940.49
HSV194°97°96°
CMYK 0.970.230.00   0.04
XYZ34.199642.123991.9162
Yxy42.12390.20330.2504
Hunter Lab64.9029-19.5223-38.5351
CIE-Lab70.9563-19.1822-39.0952

#08bbf4 color RGB value is (8,187,244).

#08bbf4 hex color red value is 8, green value is 187 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #08bbf4 hue: 0.54 , saturation: 0.94 and the lightness value of 08bbf4 is 0.49.

The process color (four color CMYK) of #08bbf4 color hex is 0.97, 0.23, 0.00, 0.04. Web safe color of #08bbf4 is #00ccff. Color #08bbf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10111011 11110100
Octal 10 273 364
Decimal 8 187 244
Hex 8 BB F4

RGB Percentages of Color #08bbf4

%1.82
%42.60
%55.58

CMYK Percentages of Color #08bbf4

%97
%23
%0
%4

Triadic Colors of #08bbf4

#08bbf4 #f408bb #bbf408

Analogous Colors of #08bbf4

#08bbf4 #0845f4 #08f4b7

Monochromatic Colors of #08bbf4

#08bbf4

Complementary Color

#08bbf4 #f44108

#08bbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08bbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#08bbf4 Color CSS Codes

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

#08bbf4 Text Font Color

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

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


#08bbf4 Background Color

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

This div background color is #08bbf4


#08bbf4 Border Color

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

This div border color is #08bbf4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,187,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08bbf4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08bbf4;
  -webkit-box-shadow: 1px 1px 3px 2px #08bbf4;
  box-shadow:         1px 1px 3px 2px #08bbf4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08bbf4


Comments

No comments written yet.

Please login to write comment.