Color Hex Logo

#0aebdc Color Hex

#0AEBDC
(10,235,220)
0 Favorites   0 Comments

Color spaces of #0aebdc

RGB 10235220
HSL0.490.920.48
HSV176°96°92°
CMYK 0.960.000.06   0.08
XYZ42.751864.648577.9353
Yxy64.64850.23070.3488
Hunter Lab80.4043-45.7972-1.1864
CIE-Lab84.3023-49.2405-5.9696

#0aebdc color RGB value is (10,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 11011100
Octal 12 353 334
Decimal 10 235 220
Hex A EB DC

RGB Percentages of Color #0aebdc

%2.15
%50.54
%47.31

CMYK Percentages of Color #0aebdc

%96
%0
%6
%8

Triadic Colors of #0aebdc

#0aebdc #dc0aeb #ebdc0a

Analogous Colors of #0aebdc

#0aebdc #0a8aeb #0aeb6c

Monochromatic Colors of #0aebdc

#0aebdc

Complementary Color

#0aebdc #eb0a19

#0aebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aebdc Color CSS Codes

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

#0aebdc Text Font Color

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

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


#0aebdc Background Color

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

This div background color is #0aebdc


#0aebdc Border Color

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

This div border color is #0aebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aebdc


Comments

No comments written yet.

Please login to write comment.