Color Hex Logo

#0acee3 Color Hex

#0ACEE3
(10,206,227)
0 Favorites   0 Comments

Color spaces of #0acee3

RGB 10206227
HSL0.520.920.46
HSV186°96°89°
CMYK 0.960.090.00   0.11
XYZ36.061649.753280.3757
Yxy49.75320.21700.2994
Hunter Lab70.5359-32.1795-18.1858
CIE-Lab75.9175-34.2266-22.2742

#0acee3 color RGB value is (10,206,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001110 11100011
Octal 12 316 343
Decimal 10 206 227
Hex A CE E3

RGB Percentages of Color #0acee3

%2.26
%46.50
%51.24

CMYK Percentages of Color #0acee3

%96
%9
%0
%11

Triadic Colors of #0acee3

#0acee3 #e30ace #cee30a

Analogous Colors of #0acee3

#0acee3 #0a62e3 #0ae38c

Monochromatic Colors of #0acee3

#0acee3

Complementary Color

#0acee3 #e31f0a

#0acee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acee3 Color CSS Codes

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

#0acee3 Text Font Color

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

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


#0acee3 Background Color

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

This div background color is #0acee3


#0acee3 Border Color

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

This div border color is #0acee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acee3


Comments

No comments written yet.

Please login to write comment.