Color Hex Logo

#0aedbb Color Hex

#0AEDBB
(10,237,187)
0 Favorites   0 Comments

Color spaces of #0aedbb

RGB 10237187
HSL0.460.920.48
HSV167°96°93°
CMYK 0.960.000.21   0.07
XYZ39.379064.220857.3341
Yxy64.22080.24470.3991
Hunter Lab80.1379-52.528113.6779
CIE-Lab84.0806-58.636711.0496

#0aedbb color RGB value is (10,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101101 10111011
Octal 12 355 273
Decimal 10 237 187
Hex A ED BB

RGB Percentages of Color #0aedbb

%2.30
%54.61
%43.09

CMYK Percentages of Color #0aedbb

%96
%0
%21
%7

Triadic Colors of #0aedbb

#0aedbb #bb0aed #edbb0a

Analogous Colors of #0aedbb

#0aedbb #0aaeed #0aed4a

Monochromatic Colors of #0aedbb

#0aedbb

Complementary Color

#0aedbb #ed0a3c

#0aedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aedbb Color CSS Codes

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

#0aedbb Text Font Color

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

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


#0aedbb Background Color

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

This div background color is #0aedbb


#0aedbb Border Color

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

This div border color is #0aedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aedbb


Comments

No comments written yet.

Please login to write comment.