Color Hex Logo

#0dbeaf Color Hex

#0DBEAF
(13,190,175)
0 Favorites   0 Comments

Color spaces of #0dbeaf

RGB 13190175
HSL0.490.870.40
HSV175°93°75°
CMYK 0.930.000.08   0.25
XYZ26.317340.007646.8926
Yxy40.00760.23240.3534
Hunter Lab63.2516-36.42110.3205
CIE-Lab69.4749-42.5365-3.6646

#0dbeaf color RGB value is (13,190,175).

#0dbeaf hex color red value is 13, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0dbeaf hue: 0.49 , saturation: 0.87 and the lightness value of 0dbeaf is 0.40.

The process color (four color CMYK) of #0dbeaf color hex is 0.93, 0.00, 0.08, 0.25. Web safe color of #0dbeaf is #00cc99. Color #0dbeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111110 10101111
Octal 15 276 257
Decimal 13 190 175
Hex D BE AF

RGB Percentages of Color #0dbeaf

%3.44
%50.26
%46.30

CMYK Percentages of Color #0dbeaf

%93
%0
%8
%25

Triadic Colors of #0dbeaf

#0dbeaf #af0dbe #beaf0d

Analogous Colors of #0dbeaf

#0dbeaf #0d75be #0dbe56

Monochromatic Colors of #0dbeaf

#0dbeaf

Complementary Color

#0dbeaf #be0d1c

#0dbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbeaf Color CSS Codes

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

#0dbeaf Text Font Color

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

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


#0dbeaf Background Color

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

This div background color is #0dbeaf


#0dbeaf Border Color

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

This div border color is #0dbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbeaf


Comments

No comments written yet.

Please login to write comment.