Color Hex Logo

#0aeccf Color Hex

#0AECCF
(10,236,207)
0 Favorites   0 Comments

Color spaces of #0aeccf

RGB 10236207
HSL0.480.920.48
HSV172°96°93°
CMYK 0.960.000.12   0.07
XYZ41.383164.560469.3118
Yxy64.56040.23610.3684
Hunter Lab80.3495-48.67725.0994
CIE-Lab84.2567-53.17670.8099

#0aeccf color RGB value is (10,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101100 11001111
Octal 12 354 317
Decimal 10 236 207
Hex A EC CF

RGB Percentages of Color #0aeccf

%2.21
%52.10
%45.70

CMYK Percentages of Color #0aeccf

%96
%0
%12
%7

Triadic Colors of #0aeccf

#0aeccf #cf0aec #eccf0a

Analogous Colors of #0aeccf

#0aeccf #0a98ec #0aec5e

Monochromatic Colors of #0aeccf

#0aeccf

Complementary Color

#0aeccf #ec0a27

#0aeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeccf Color CSS Codes

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

#0aeccf Text Font Color

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

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


#0aeccf Background Color

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

This div background color is #0aeccf


#0aeccf Border Color

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

This div border color is #0aeccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeccf


Comments

No comments written yet.

Please login to write comment.