Color Hex Logo

#0dcafc Color Hex

#0DCAFC
(13,202,252)
0 Favorites   0 Comments

Color spaces of #0dcafc

RGB 13202252
HSL0.530.980.52
HSV193°95°99°
CMYK 0.950.200.00   0.01
XYZ38.857249.354999.5739
Yxy49.35490.20690.2628
Hunter Lab70.2530-24.2139-34.8582
CIE-Lab75.6716-24.0446-36.0752

#0dcafc color RGB value is (13,202,252).

#0dcafc hex color red value is 13, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0dcafc hue: 0.53 , saturation: 0.98 and the lightness value of 0dcafc is 0.52.

The process color (four color CMYK) of #0dcafc color hex is 0.95, 0.20, 0.00, 0.01. Web safe color of #0dcafc is #00ccff. Color #0dcafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001010 11111100
Octal 15 312 374
Decimal 13 202 252
Hex D CA FC

RGB Percentages of Color #0dcafc

%2.78
%43.25
%53.96

CMYK Percentages of Color #0dcafc

%95
%20
%0
%1

Triadic Colors of #0dcafc

#0dcafc #fc0dca #cafc0d

Analogous Colors of #0dcafc

#0dcafc #0d52fc #0dfcb7

Monochromatic Colors of #0dcafc

#0dcafc

Complementary Color

#0dcafc #fc3f0d

#0dcafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcafc Color CSS Codes

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

#0dcafc Text Font Color

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

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


#0dcafc Background Color

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

This div background color is #0dcafc


#0dcafc Border Color

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

This div border color is #0dcafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcafc


Comments

No comments written yet.

Please login to write comment.