Color Hex Logo

#0dbfbc Color Hex

#0DBFBC
(13,191,188)
0 Favorites   0 Comments

Color spaces of #0dbfbc

RGB 13191188
HSL0.500.870.40
HSV179°93°75°
CMYK 0.930.000.02   0.25
XYZ27.873940.978054.0174
Yxy40.97800.22690.3335
Hunter Lab64.0141-34.2996-5.2212
CIE-Lab70.1605-39.1890-9.7742

#0dbfbc color RGB value is (13,191,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111111 10111100
Octal 15 277 274
Decimal 13 191 188
Hex D BF BC

RGB Percentages of Color #0dbfbc

%3.32
%48.72
%47.96

CMYK Percentages of Color #0dbfbc

%93
%0
%2
%25

Triadic Colors of #0dbfbc

#0dbfbc #bc0dbf #bfbc0d

Analogous Colors of #0dbfbc

#0dbfbc #0d69bf #0dbf63

Monochromatic Colors of #0dbfbc

#0dbfbc

Complementary Color

#0dbfbc #bf0d10

#0dbfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbfbc Color CSS Codes

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

#0dbfbc Text Font Color

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

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


#0dbfbc Background Color

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

This div background color is #0dbfbc


#0dbfbc Border Color

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

This div border color is #0dbfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbfbc


Comments

No comments written yet.

Please login to write comment.