Color Hex Logo

#08bcfd Color Hex

#08BCFD
(8,188,253)
0 Favorites   0 Comments

Color spaces of #08bcfd

RGB 8188253
HSL0.540.980.51
HSV196°97°99°
CMYK 0.970.260.00   0.01
XYZ35.813043.109999.3620
Yxy43.10990.20090.2418
Hunter Lab65.6581-17.5395-43.7643
CIE-Lab71.6295-16.5774-42.9065

#08bcfd color RGB value is (8,188,253).

#08bcfd hex color red value is 8, green value is 188 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #08bcfd hue: 0.54 , saturation: 0.98 and the lightness value of 08bcfd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10111100 11111101
Octal 10 274 375
Decimal 8 188 253
Hex 8 BC FD

RGB Percentages of Color #08bcfd

%1.78
%41.87
%56.35

CMYK Percentages of Color #08bcfd

%97
%26
%0
%1

Triadic Colors of #08bcfd

#08bcfd #fd08bc #bcfd08

Analogous Colors of #08bcfd

#08bcfd #0842fd #08fdc4

Monochromatic Colors of #08bcfd

#08bcfd

Complementary Color

#08bcfd #fd4908

#08bcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08bcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08bcfd Color CSS Codes

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

#08bcfd Text Font Color

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

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


#08bcfd Background Color

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

This div background color is #08bcfd


#08bcfd Border Color

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

This div border color is #08bcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08bcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.