Color Hex Logo

#0aedbc Color Hex

#0AEDBC
(10,237,188)
0 Favorites   0 Comments

Color spaces of #0aedbc

RGB 10237188
HSL0.460.920.48
HSV167°96°93°
CMYK 0.960.000.21   0.07
XYZ39.486564.263757.8999
Yxy64.26370.24430.3975
Hunter Lab80.1646-52.364813.2923
CIE-Lab84.1029-58.393810.5585

#0aedbc color RGB value is (10,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101101 10111100
Octal 12 355 274
Decimal 10 237 188
Hex A ED BC

RGB Percentages of Color #0aedbc

%2.30
%54.48
%43.22

CMYK Percentages of Color #0aedbc

%96
%0
%21
%7

Triadic Colors of #0aedbc

#0aedbc #bc0aed #edbc0a

Analogous Colors of #0aedbc

#0aedbc #0aaded #0aed4b

Monochromatic Colors of #0aedbc

#0aedbc

Complementary Color

#0aedbc #ed0a3b

#0aedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aedbc Color CSS Codes

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

#0aedbc Text Font Color

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

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


#0aedbc Background Color

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

This div background color is #0aedbc


#0aedbc Border Color

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

This div border color is #0aedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aedbc


Comments

No comments written yet.

Please login to write comment.