Color Hex Logo

#0acaec Color Hex

#0ACAEC
(10,202,236)
0 Favorites   0 Comments

Color spaces of #0acaec

RGB 10202236
HSL0.530.920.48
HSV189°96°93°
CMYK 0.960.140.00   0.07
XYZ36.386048.361786.7739
Yxy48.36170.21210.2820
Hunter Lab69.5426-28.3049-25.3011
CIE-Lab75.0525-29.4158-28.4400

#0acaec color RGB value is (10,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001010 11101100
Octal 12 312 354
Decimal 10 202 236
Hex A CA EC

RGB Percentages of Color #0acaec

%2.23
%45.09
%52.68

CMYK Percentages of Color #0acaec

%96
%14
%0
%7

Triadic Colors of #0acaec

#0acaec #ec0aca #caec0a

Analogous Colors of #0acaec

#0acaec #0a59ec #0aec9d

Monochromatic Colors of #0acaec

#0acaec

Complementary Color

#0acaec #ec2c0a

#0acaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acaec Color CSS Codes

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

#0acaec Text Font Color

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

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


#0acaec Background Color

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

This div background color is #0acaec


#0acaec Border Color

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

This div border color is #0acaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,202,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 #0acaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acaec


Comments

No comments written yet.

Please login to write comment.