Color Hex Logo

#0dc3ca Color Hex

#0DC3CA
(13,195,202)
0 Favorites   0 Comments

Color spaces of #0dc3ca

RGB 13195202
HSL0.510.880.42
HSV182°94°79°
CMYK 0.940.030.00   0.21
XYZ30.341843.380062.6511
Yxy43.38000.22250.3181
Hunter Lab65.8635-33.0303-10.2938
CIE-Lab71.8121-36.7801-14.9485

#0dc3ca color RGB value is (13,195,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000011 11001010
Octal 15 303 312
Decimal 13 195 202
Hex D C3 CA

RGB Percentages of Color #0dc3ca

%3.17
%47.56
%49.27

CMYK Percentages of Color #0dc3ca

%94
%3
%0
%21

Triadic Colors of #0dc3ca

#0dc3ca #ca0dc3 #c3ca0d

Analogous Colors of #0dc3ca

#0dc3ca #0d65ca #0dca73

Monochromatic Colors of #0dc3ca

#0dc3ca

Complementary Color

#0dc3ca #ca140d

#0dc3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc3ca Color CSS Codes

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

#0dc3ca Text Font Color

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

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


#0dc3ca Background Color

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

This div background color is #0dc3ca


#0dc3ca Border Color

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

This div border color is #0dc3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc3ca


Comments

No comments written yet.

Please login to write comment.