Color Hex Logo

#0dcbae Color Hex

#0DCBAE
(13,203,174)
0 Favorites   0 Comments

Color spaces of #0dcbae

RGB 13203174
HSL0.470.880.42
HSV171°94°80°
CMYK 0.940.000.14   0.20
XYZ29.161945.853447.3580
Yxy45.85340.23830.3747
Hunter Lab67.7151-41.62955.9349
CIE-Lab73.4503-48.32942.6915

#0dcbae color RGB value is (13,203,174).

#0dcbae hex color red value is 13, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0dcbae hue: 0.47 , saturation: 0.88 and the lightness value of 0dcbae is 0.42.

The process color (four color CMYK) of #0dcbae color hex is 0.94, 0.00, 0.14, 0.20. Web safe color of #0dcbae is #00cc99. Color #0dcbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001011 10101110
Octal 15 313 256
Decimal 13 203 174
Hex D CB AE

RGB Percentages of Color #0dcbae

%3.33
%52.05
%44.62

CMYK Percentages of Color #0dcbae

%94
%0
%14
%20

Triadic Colors of #0dcbae

#0dcbae #ae0dcb #cbae0d

Analogous Colors of #0dcbae

#0dcbae #0d89cb #0dcb4f

Monochromatic Colors of #0dcbae

#0dcbae

Complementary Color

#0dcbae #cb0d2a

#0dcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcbae Color CSS Codes

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

#0dcbae Text Font Color

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

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


#0dcbae Background Color

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

This div background color is #0dcbae


#0dcbae Border Color

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

This div border color is #0dcbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcbae


Comments

No comments written yet.

Please login to write comment.