Color Hex Logo

#00afbe Color Hex

#00AFBE
(0,175,190)
0 Favorites   0 Comments

Color spaces of #00afbe

RGB 0175190
HSL0.511.000.37
HSV185°100°75°
CMYK 1.000.080.00   0.25
XYZ24.624234.377654.0529
Yxy34.37760.21780.3041
Hunter Lab58.6324-27.6410-13.6164
CIE-Lab65.2612-31.5179-18.2560

#00afbe color RGB value is (0,175,190).

#00afbe hex color red value is 0, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #00afbe hue: 0.51 , saturation: 1.00 and the lightness value of 00afbe is 0.37.

The process color (four color CMYK) of #00afbe color hex is 1.00, 0.08, 0.00, 0.25. Web safe color of #00afbe is #0099cc. Color #00afbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101111 10111110
Octal 0 257 276
Decimal 0 175 190
Hex 0 AF BE

RGB Percentages of Color #00afbe

%0.00
%47.95
%52.05

CMYK Percentages of Color #00afbe

%100
%8
%0
%25

Triadic Colors of #00afbe

#00afbe #be00af #afbe00

Analogous Colors of #00afbe

#00afbe #0050be #00be6e

Monochromatic Colors of #00afbe

#00afbe

Complementary Color

#00afbe #be0f00

#00afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00afbe Color CSS Codes

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

#00afbe Text Font Color

<p style="color:#00afbe">Text here</p>

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


#00afbe Background Color

<div style="background-color:#00afbe">
Div content here</div>

This div background color is #00afbe


#00afbe Border Color

<div style="border:3px solid #00afbe">
Div here</div>

This div border color is #00afbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,175,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 #00afbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00afbe


Comments

No comments written yet.

Please login to write comment.