Color Hex Logo

#0afefc Color Hex

#0AFEFC
(10,254,252)
0 Favorites   0 Comments

Color spaces of #0afefc

RGB 10254252
HSL0.500.990.52
HSV180°96°100°
CMYK 0.960.000.01   0.00
XYZ53.137777.9764104.3458
Yxy77.97640.22570.3312
Hunter Lab88.3042-47.1188-8.2478
CIE-Lab90.7691-48.3121-13.0978

#0afefc color RGB value is (10,254,252).

#0afefc hex color red value is 10, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0afefc hue: 0.50 , saturation: 0.99 and the lightness value of 0afefc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111110 11111100
Octal 12 376 374
Decimal 10 254 252
Hex A FE FC

RGB Percentages of Color #0afefc

%1.94
%49.22
%48.84

CMYK Percentages of Color #0afefc

%96
%0
%1
%0

Triadic Colors of #0afefc

#0afefc #fc0afe #fefc0a

Analogous Colors of #0afefc

#0afefc #0a86fe #0afe82

Monochromatic Colors of #0afefc

#0afefc

Complementary Color

#0afefc #fe0a0c

#0afefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afefc Color CSS Codes

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

#0afefc Text Font Color

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

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


#0afefc Background Color

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

This div background color is #0afefc


#0afefc Border Color

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

This div border color is #0afefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afefc


Comments

No comments written yet.

Please login to write comment.