Color Hex Logo

#0acaea Color Hex

#0ACAEA
(10,202,234)
0 Favorites   0 Comments

Color spaces of #0acaea

RGB 10202234
HSL0.520.920.48
HSV189°96°92°
CMYK 0.960.140.00   0.08
XYZ36.097048.246185.2518
Yxy48.24610.21280.2845
Hunter Lab69.4594-28.7902-24.1487
CIE-Lab74.9799-30.0666-27.4745

#0acaea color RGB value is (10,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001010 11101010
Octal 12 312 352
Decimal 10 202 234
Hex A CA EA

RGB Percentages of Color #0acaea

%2.24
%45.29
%52.47

CMYK Percentages of Color #0acaea

%96
%14
%0
%8

Triadic Colors of #0acaea

#0acaea #ea0aca #caea0a

Analogous Colors of #0acaea

#0acaea #0a5aea #0aea9a

Monochromatic Colors of #0acaea

#0acaea

Complementary Color

#0acaea #ea2a0a

#0acaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acaea Color CSS Codes

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

#0acaea Text Font Color

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

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


#0acaea Background Color

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

This div background color is #0acaea


#0acaea Border Color

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

This div border color is #0acaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acaea


Comments

No comments written yet.

Please login to write comment.