Color Hex Logo

#0acfbe Color Hex

#0ACFBE
(10,207,190)
0 Favorites   0 Comments

Color spaces of #0acfbe

RGB 10207190
HSL0.490.910.43
HSV175°95°81°
CMYK 0.950.000.08   0.19
XYZ31.732348.407956.3864
Yxy48.40790.23240.3546
Hunter Lab69.5758-40.34690.6526
CIE-Lab75.0815-45.7298-3.5713

#0acfbe color RGB value is (10,207,190).

#0acfbe hex color red value is 10, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0acfbe hue: 0.49 , saturation: 0.91 and the lightness value of 0acfbe is 0.43.

The process color (four color CMYK) of #0acfbe color hex is 0.95, 0.00, 0.08, 0.19. Web safe color of #0acfbe is #00cccc. Color #0acfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 10111110
Octal 12 317 276
Decimal 10 207 190
Hex A CF BE

RGB Percentages of Color #0acfbe

%2.46
%50.86
%46.68

CMYK Percentages of Color #0acfbe

%95
%0
%8
%19

Triadic Colors of #0acfbe

#0acfbe #be0acf #cfbe0a

Analogous Colors of #0acfbe

#0acfbe #0a7ecf #0acf5b

Monochromatic Colors of #0acfbe

#0acfbe

Complementary Color

#0acfbe #cf0a1b

#0acfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acfbe Color CSS Codes

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

#0acfbe Text Font Color

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

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


#0acfbe Background Color

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

This div background color is #0acfbe


#0acfbe Border Color

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

This div border color is #0acfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acfbe


Comments

No comments written yet.

Please login to write comment.