Color Hex Logo

#0aeccc Color Hex

#0AECCC
(10,236,204)
0 Favorites   0 Comments

Color spaces of #0aeccc

RGB 10236204
HSL0.480.920.48
HSV172°96°93°
CMYK 0.960.000.14   0.07
XYZ41.019764.415167.3981
Yxy64.41510.23730.3727
Hunter Lab80.2590-49.22356.3921
CIE-Lab84.1814-53.96482.2784

#0aeccc color RGB value is (10,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101100 11001100
Octal 12 354 314
Decimal 10 236 204
Hex A EC CC

RGB Percentages of Color #0aeccc

%2.22
%52.44
%45.33

CMYK Percentages of Color #0aeccc

%96
%0
%14
%7

Triadic Colors of #0aeccc

#0aeccc #cc0aec #eccc0a

Analogous Colors of #0aeccc

#0aeccc #0a9bec #0aec5b

Monochromatic Colors of #0aeccc

#0aeccc

Complementary Color

#0aeccc #ec0a2a

#0aeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeccc Color CSS Codes

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

#0aeccc Text Font Color

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

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


#0aeccc Background Color

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

This div background color is #0aeccc


#0aeccc Border Color

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

This div border color is #0aeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeccc


Comments

No comments written yet.

Please login to write comment.