Color Hex Logo

#0acfdd Color Hex

#0ACFDD
(10,207,221)
0 Favorites   0 Comments

Color spaces of #0acfdd

RGB 10207221
HSL0.510.910.45
HSV184°95°87°
CMYK 0.950.060.00   0.13
XYZ35.489149.910676.1699
Yxy49.91060.21970.3089
Hunter Lab70.6474-33.9651-14.4715
CIE-Lab76.0144-36.5696-18.8979

#0acfdd color RGB value is (10,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 11011101
Octal 12 317 335
Decimal 10 207 221
Hex A CF DD

RGB Percentages of Color #0acfdd

%2.28
%47.26
%50.46

CMYK Percentages of Color #0acfdd

%95
%6
%0
%13

Triadic Colors of #0acfdd

#0acfdd #dd0acf #cfdd0a

Analogous Colors of #0acfdd

#0acfdd #0a66dd #0add82

Monochromatic Colors of #0acfdd

#0acfdd

Complementary Color

#0acfdd #dd180a

#0acfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acfdd Color CSS Codes

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

#0acfdd Text Font Color

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

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


#0acfdd Background Color

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

This div background color is #0acfdd


#0acfdd Border Color

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

This div border color is #0acfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acfdd


Comments

No comments written yet.

Please login to write comment.