Color Hex Logo

#0acfcc Color Hex

#0ACFCC
(10,207,204)
0 Favorites   0 Comments

Color spaces of #0acfcc

RGB 10207204
HSL0.500.910.43
HSV179°95°81°
CMYK 0.950.000.01   0.19
XYZ33.337149.049864.8373
Yxy49.04980.22640.3332
Hunter Lab70.0356-37.5958-5.8644
CIE-Lab75.4823-41.7060-10.5335

#0acfcc color RGB value is (10,207,204).

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

The process color (four color CMYK) of #0acfcc color hex is 0.95, 0.00, 0.01, 0.19. Web safe color of #0acfcc is #00cccc. Color #0acfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 11001100
Octal 12 317 314
Decimal 10 207 204
Hex A CF CC

RGB Percentages of Color #0acfcc

%2.38
%49.17
%48.46

CMYK Percentages of Color #0acfcc

%95
%0
%1
%19

Triadic Colors of #0acfcc

#0acfcc #cc0acf #cfcc0a

Analogous Colors of #0acfcc

#0acfcc #0a70cf #0acf6a

Monochromatic Colors of #0acfcc

#0acfcc

Complementary Color

#0acfcc #cf0a0d

#0acfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acfcc Color CSS Codes

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

#0acfcc Text Font Color

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

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


#0acfcc Background Color

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

This div background color is #0acfcc


#0acfcc Border Color

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

This div border color is #0acfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acfcc


Comments

No comments written yet.

Please login to write comment.