Color Hex Logo

#0db5ce Color Hex

#0DB5CE
(13,181,206)
0 Favorites   0 Comments

Color spaces of #0db5ce

RGB 13181206
HSL0.520.880.43
HSV188°94°81°
CMYK 0.940.120.00   0.19
XYZ27.830437.589564.1812
Yxy37.58950.21470.2900
Hunter Lab61.3103-26.2670-19.1491
CIE-Lab67.7170-28.8294-23.3525

#0db5ce color RGB value is (13,181,206).

#0db5ce hex color red value is 13, green value is 181 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0db5ce hue: 0.52 , saturation: 0.88 and the lightness value of 0db5ce is 0.43.

The process color (four color CMYK) of #0db5ce color hex is 0.94, 0.12, 0.00, 0.19. Web safe color of #0db5ce is #00cccc. Color #0db5ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10110101 11001110
Octal 15 265 316
Decimal 13 181 206
Hex D B5 CE

RGB Percentages of Color #0db5ce

%3.25
%45.25
%51.50

CMYK Percentages of Color #0db5ce

%94
%12
%0
%19

Triadic Colors of #0db5ce

#0db5ce #ce0db5 #b5ce0d

Analogous Colors of #0db5ce

#0db5ce #0d54ce #0dce87

Monochromatic Colors of #0db5ce

#0db5ce

Complementary Color

#0db5ce #ce260d

#0db5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db5ce Color CSS Codes

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

#0db5ce Text Font Color

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

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


#0db5ce Background Color

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

This div background color is #0db5ce


#0db5ce Border Color

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

This div border color is #0db5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db5ce


Comments

No comments written yet.

Please login to write comment.