Color Hex Logo

#0afccc Color Hex

#0AFCCC
(10,252,204)
0 Favorites   0 Comments

Color spaces of #0afccc

RGB 10252204
HSL0.470.980.51
HSV168°96°99°
CMYK 0.960.000.19   0.01
XYZ45.834774.045069.0031
Yxy74.04500.24270.3920
Hunter Lab86.0494-55.507412.6899
CIE-Lab88.9437-60.25119.1469

#0afccc color RGB value is (10,252,204).

#0afccc hex color red value is 10, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0afccc hue: 0.47 , saturation: 0.98 and the lightness value of 0afccc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111100 11001100
Octal 12 374 314
Decimal 10 252 204
Hex A FC CC

RGB Percentages of Color #0afccc

%2.15
%54.08
%43.78

CMYK Percentages of Color #0afccc

%96
%0
%19
%1

Triadic Colors of #0afccc

#0afccc #cc0afc #fccc0a

Analogous Colors of #0afccc

#0afccc #0ab3fc #0afc53

Monochromatic Colors of #0afccc

#0afccc

Complementary Color

#0afccc #fc0a3a

#0afccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afccc Color CSS Codes

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

#0afccc Text Font Color

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

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


#0afccc Background Color

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

This div background color is #0afccc


#0afccc Border Color

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

This div border color is #0afccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,252,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 #0afccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afccc


Comments

No comments written yet.

Please login to write comment.