Color Hex Logo

#0dbbf0 Color Hex

#0DBBF0
(13,187,240)
0 Favorites   0 Comments

Color spaces of #0dbbf0

RGB 13187240
HSL0.540.900.50
HSV194°95°94°
CMYK 0.950.220.00   0.06
XYZ33.664541.917588.7547
Yxy41.91750.20490.2551
Hunter Lab64.7437-20.4877-35.9578
CIE-Lab70.8140-20.4335-37.1480

#0dbbf0 color RGB value is (13,187,240).

#0dbbf0 hex color red value is 13, green value is 187 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #0dbbf0 hue: 0.54 , saturation: 0.90 and the lightness value of 0dbbf0 is 0.50.

The process color (four color CMYK) of #0dbbf0 color hex is 0.95, 0.22, 0.00, 0.06. Web safe color of #0dbbf0 is #00ccff. Color #0dbbf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111011 11110000
Octal 15 273 360
Decimal 13 187 240
Hex D BB F0

RGB Percentages of Color #0dbbf0

%2.95
%42.50
%54.55

CMYK Percentages of Color #0dbbf0

%95
%22
%0
%6

Triadic Colors of #0dbbf0

#0dbbf0 #f00dbb #bbf00d

Analogous Colors of #0dbbf0

#0dbbf0 #0d4af0 #0df0b4

Monochromatic Colors of #0dbbf0

#0dbbf0

Complementary Color

#0dbbf0 #f0420d

#0dbbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbbf0 Color CSS Codes

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

#0dbbf0 Text Font Color

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

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


#0dbbf0 Background Color

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

This div background color is #0dbbf0


#0dbbf0 Border Color

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

This div border color is #0dbbf0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,187,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0dbbf0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0dbbf0;
  -webkit-box-shadow: 1px 1px 3px 2px #0dbbf0;
  box-shadow:         1px 1px 3px 2px #0dbbf0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbbf0


Comments

No comments written yet.

Please login to write comment.