Color Hex Logo

#0afeb5 Color Hex

#0AFEB5
(10,254,181)
0 Favorites   0 Comments

Color spaces of #0afeb5

RGB 10254181
HSL0.450.990.52
HSV162°96°100°
CMYK 0.960.000.29   0.00
XYZ43.907574.284355.7402
Yxy74.28430.25240.4271
Hunter Lab86.1883-59.895221.9875
CIE-Lab89.0567-66.312221.1398

#0afeb5 color RGB value is (10,254,181).

#0afeb5 hex color red value is 10, green value is 254 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #0afeb5 hue: 0.45 , saturation: 0.99 and the lightness value of 0afeb5 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111110 10110101
Octal 12 376 265
Decimal 10 254 181
Hex A FE B5

RGB Percentages of Color #0afeb5

%2.25
%57.08
%40.67

CMYK Percentages of Color #0afeb5

%96
%0
%29
%0

Triadic Colors of #0afeb5

#0afeb5 #b50afe #feb50a

Analogous Colors of #0afeb5

#0afeb5 #0acdfe #0afe3b

Monochromatic Colors of #0afeb5

#0afeb5

Complementary Color

#0afeb5 #fe0a53

#0afeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afeb5 Color CSS Codes

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

#0afeb5 Text Font Color

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

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


#0afeb5 Background Color

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

This div background color is #0afeb5


#0afeb5 Border Color

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

This div border color is #0afeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afeb5


Comments

No comments written yet.

Please login to write comment.