Color Hex Logo

#088fbc Color Hex

#088FBC
(8,143,188)
0 Favorites   0 Comments

Color spaces of #088fbc

RGB 8143188
HSL0.540.920.38
HSV195°96°74°
CMYK 0.960.240.00   0.26
XYZ18.999723.327451.0782
Yxy23.32740.20340.2497
Hunter Lab48.2984-14.3037-28.8934
CIE-Lab55.4080-15.4410-32.2843

#088fbc color RGB value is (8,143,188).

#088fbc hex color red value is 8, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #088fbc hue: 0.54 , saturation: 0.92 and the lightness value of 088fbc is 0.38.

The process color (four color CMYK) of #088fbc color hex is 0.96, 0.24, 0.00, 0.26. Web safe color of #088fbc is #0099cc. Color #088fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001111 10111100
Octal 10 217 274
Decimal 8 143 188
Hex 8 8F BC

RGB Percentages of Color #088fbc

%2.36
%42.18
%55.46

CMYK Percentages of Color #088fbc

%96
%24
%0
%26

Triadic Colors of #088fbc

#088fbc #bc088f #8fbc08

Analogous Colors of #088fbc

#088fbc #0835bc #08bc8f

Monochromatic Colors of #088fbc

#088fbc

Complementary Color

#088fbc #bc3508

#088fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#088fbc Color CSS Codes

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

#088fbc Text Font Color

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

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


#088fbc Background Color

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

This div background color is #088fbc


#088fbc Border Color

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

This div border color is #088fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,143,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #088fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #088fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #088fbc;
  box-shadow:         1px 1px 3px 2px #088fbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088fbc


Comments

No comments written yet.

Please login to write comment.