Color Hex Logo

#0acfdc Color Hex

#0ACFDC
(10,207,220)
0 Favorites   0 Comments

Color spaces of #0acfdc

RGB 10207220
HSL0.510.910.45
HSV184°95°86°
CMYK 0.950.060.00   0.14
XYZ35.356349.857575.4701
Yxy49.85750.22000.3103
Hunter Lab70.6098-34.1873-13.9442
CIE-Lab75.9817-36.8786-18.4088

#0acfdc color RGB value is (10,207,220).

#0acfdc hex color red value is 10, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0acfdc hue: 0.51 , saturation: 0.91 and the lightness value of 0acfdc is 0.45.

The process color (four color CMYK) of #0acfdc color hex is 0.95, 0.06, 0.00, 0.14. Web safe color of #0acfdc is #00cccc. Color #0acfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 11011100
Octal 12 317 334
Decimal 10 207 220
Hex A CF DC

RGB Percentages of Color #0acfdc

%2.29
%47.37
%50.34

CMYK Percentages of Color #0acfdc

%95
%6
%0
%14

Triadic Colors of #0acfdc

#0acfdc #dc0acf #cfdc0a

Analogous Colors of #0acfdc

#0acfdc #0a66dc #0adc80

Monochromatic Colors of #0acfdc

#0acfdc

Complementary Color

#0acfdc #dc170a

#0acfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acfdc Color CSS Codes

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

#0acfdc Text Font Color

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

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


#0acfdc Background Color

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

This div background color is #0acfdc


#0acfdc Border Color

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

This div border color is #0acfdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,207,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0acfdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0acfdc;
  -webkit-box-shadow: 1px 1px 3px 2px #0acfdc;
  box-shadow:         1px 1px 3px 2px #0acfdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,207,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acfdc


Comments

No comments written yet.

Please login to write comment.