Color Hex Logo

#0afefd Color Hex

#0AFEFD
(10,254,253)
0 Favorites   0 Comments

Color spaces of #0afefd

RGB 10254253
HSL0.500.990.52
HSV180°96°100°
CMYK 0.960.000.00   0.00
XYZ53.296678.0400105.1827
Yxy78.04000.22530.3300
Hunter Lab88.3403-46.9045-8.7557
CIE-Lab90.7982-48.0270-13.5735

#0afefd color RGB value is (10,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111110 11111101
Octal 12 376 375
Decimal 10 254 253
Hex A FE FD

RGB Percentages of Color #0afefd

%1.93
%49.13
%48.94

CMYK Percentages of Color #0afefd

%96
%0
%0
%0

Triadic Colors of #0afefd

#0afefd #fd0afe #fefd0a

Analogous Colors of #0afefd

#0afefd #0a85fe #0afe83

Monochromatic Colors of #0afefd

#0afefd

Complementary Color

#0afefd #fe0a0b

#0afefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afefd Color CSS Codes

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

#0afefd Text Font Color

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

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


#0afefd Background Color

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

This div background color is #0afefd


#0afefd Border Color

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

This div border color is #0afefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afefd

Related Colors


Comments

No comments written yet.

Please login to write comment.