Color Hex Logo

#0ac7ea Color Hex

#0AC7EA
(10,199,234)
0 Favorites   0 Comments

Color spaces of #0ac7ea

RGB 10199234
HSL0.530.920.48
HSV189°96°92°
CMYK 0.960.150.00   0.08
XYZ35.399946.851985.0195
Yxy46.85190.21160.2801
Hunter Lab68.4484-27.4689-25.7299
CIE-Lab74.0949-28.5982-28.8327

#0ac7ea color RGB value is (10,199,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11000111 11101010
Octal 12 307 352
Decimal 10 199 234
Hex A C7 EA

RGB Percentages of Color #0ac7ea

%2.26
%44.92
%52.82

CMYK Percentages of Color #0ac7ea

%96
%15
%0
%8

Triadic Colors of #0ac7ea

#0ac7ea #ea0ac7 #c7ea0a

Analogous Colors of #0ac7ea

#0ac7ea #0a57ea #0aea9d

Monochromatic Colors of #0ac7ea

#0ac7ea

Complementary Color

#0ac7ea #ea2d0a

#0ac7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac7ea Color CSS Codes

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

#0ac7ea Text Font Color

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

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


#0ac7ea Background Color

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

This div background color is #0ac7ea


#0ac7ea Border Color

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

This div border color is #0ac7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac7ea


Comments

No comments written yet.

Please login to write comment.