color codes Logo

#0af9af color codes

#0AF9AF
(10,249,175)
0 Favorites   0 Comments

Color spaces of #0af9af

RGB 10249175
HSL0.450.950.51
HSV161°96°98°
CMYK 0.960.000.30   0.02
XYZ41.738770.911052.0448
Yxy70.91100.25340.4306
Hunter Lab84.2087-58.890222.3021
CIE-Lab87.4417-65.823021.9722

#0af9af color RGB value is (10,249,175).

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

The process color (four color CMYK) of #0af9af color code is 0.96, 0.00, 0.30, 0.02. Web safe color of #0af9af is #00ff99. Color #0af9af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111001 10101111
Octal 12 371 257
Decimal 10 249 175
Hex A F9 AF

RGB Percentages of Color #0af9af

%2.30
%57.37
%40.32

CMYK Percentages of Color #0af9af

%96
%0
%30
%2

Triadic Colors of #0af9af

#0af9af #af0af9 #f9af0a

Analogous Colors of #0af9af

#0af9af #0accf9 #0af938

Monochromatic Colors of #0af9af

#0af9af

Complementary Color

#0af9af #f90a54

#0af9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0af9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0af9af Color CSS Codes

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

#0af9af Text Font Color

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

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


#0af9af Background Color

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

This div background color is #0af9af


#0af9af Border Color

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

This div border color is #0af9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0af9af


Comments

No comments written yet.

Please login to write comment.