Color Hex Logo

#0aceec Color Hex

#0ACEEC
(10,206,236)
0 Favorites   0 Comments

Color spaces of #0aceec

RGB 10206236
HSL0.520.920.48
HSV188°96°93°
CMYK 0.960.130.00   0.07
XYZ37.336850.263387.0908
Yxy50.26330.21370.2877
Hunter Lab70.8966-30.0643-23.2054
CIE-Lab76.2306-31.3587-26.6342

#0aceec color RGB value is (10,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001110 11101100
Octal 12 316 354
Decimal 10 206 236
Hex A CE EC

RGB Percentages of Color #0aceec

%2.21
%45.58
%52.21

CMYK Percentages of Color #0aceec

%96
%13
%0
%7

Triadic Colors of #0aceec

#0aceec #ec0ace #ceec0a

Analogous Colors of #0aceec

#0aceec #0a5dec #0aec99

Monochromatic Colors of #0aceec

#0aceec

Complementary Color

#0aceec #ec280a

#0aceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aceec Color CSS Codes

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

#0aceec Text Font Color

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

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


#0aceec Background Color

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

This div background color is #0aceec


#0aceec Border Color

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

This div border color is #0aceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aceec


Comments

No comments written yet.

Please login to write comment.