Color Hex Logo

#08bedb Color Hex

#08BEDB
(8,190,219)
0 Favorites   0 Comments

Color spaces of #08bedb

RGB 8190219
HSL0.520.930.45
HSV188°96°86°
CMYK 0.960.130.00   0.14
XYZ31.299841.993073.4736
Yxy41.99300.21330.2861
Hunter Lab64.8020-27.1868-21.8626
CIE-Lab70.8661-29.1431-25.6541

#08bedb color RGB value is (8,190,219).

#08bedb hex color red value is 8, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #08bedb hue: 0.52 , saturation: 0.93 and the lightness value of 08bedb is 0.45.

The process color (four color CMYK) of #08bedb color hex is 0.96, 0.13, 0.00, 0.14. Web safe color of #08bedb is #00cccc. Color #08bedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10111110 11011011
Octal 10 276 333
Decimal 8 190 219
Hex 8 BE DB

RGB Percentages of Color #08bedb

%1.92
%45.56
%52.52

CMYK Percentages of Color #08bedb

%96
%13
%0
%14

Triadic Colors of #08bedb

#08bedb #db08be #bedb08

Analogous Colors of #08bedb

#08bedb #0854db #08db8f

Monochromatic Colors of #08bedb

#08bedb

Complementary Color

#08bedb #db2508

#08bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#08bedb Color CSS Codes

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

#08bedb Text Font Color

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

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


#08bedb Background Color

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

This div background color is #08bedb


#08bedb Border Color

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

This div border color is #08bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08bedb


Comments

No comments written yet.

Please login to write comment.