Color Hex Logo

#0acadf Color Hex

#0ACADF
(10,202,223)
0 Favorites   0 Comments

Color spaces of #0acadf

RGB 10202223
HSL0.520.910.46
HSV186°96°87°
CMYK 0.960.090.00   0.13
XYZ34.565047.633377.1844
Yxy47.63330.21690.2989
Hunter Lab69.0169-31.3833-17.9946
CIE-Lab74.5930-33.5959-22.1332

#0acadf color RGB value is (10,202,223).

#0acadf hex color red value is 10, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0acadf hue: 0.52 , saturation: 0.91 and the lightness value of 0acadf is 0.46.

The process color (four color CMYK) of #0acadf color hex is 0.96, 0.09, 0.00, 0.13. Web safe color of #0acadf is #00cccc. Color #0acadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001010 11011111
Octal 12 312 337
Decimal 10 202 223
Hex A CA DF

RGB Percentages of Color #0acadf

%2.30
%46.44
%51.26

CMYK Percentages of Color #0acadf

%96
%9
%0
%13

Triadic Colors of #0acadf

#0acadf #df0aca #cadf0a

Analogous Colors of #0acadf

#0acadf #0a5fdf #0adf8a

Monochromatic Colors of #0acadf

#0acadf

Complementary Color

#0acadf #df1f0a

#0acadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acadf Color CSS Codes

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

#0acadf Text Font Color

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

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


#0acadf Background Color

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

This div background color is #0acadf


#0acadf Border Color

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

This div border color is #0acadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acadf


Comments

No comments written yet.

Please login to write comment.