Color Hex Logo

#0afbfe Color Hex

#0AFBFE
(10,251,254)
0 Favorites   0 Comments

Color spaces of #0afbfe

RGB 10251254
HSL0.500.990.52
HSV181°96°100°
CMYK 0.960.010.00   0.00
XYZ52.511776.2146105.7092
Yxy76.21460.22400.3251
Hunter Lab87.3010-45.4086-10.6812
CIE-Lab89.9589-46.4435-15.3498

#0afbfe color RGB value is (10,251,254).

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

The process color (four color CMYK) of #0afbfe color hex is 0.96, 0.01, 0.00, 0.00. Web safe color of #0afbfe is #00ffff. Color #0afbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111011 11111110
Octal 12 373 376
Decimal 10 251 254
Hex A FB FE

RGB Percentages of Color #0afbfe

%1.94
%48.74
%49.32

CMYK Percentages of Color #0afbfe

%96
%1
%0
%0

Triadic Colors of #0afbfe

#0afbfe #fe0afb #fbfe0a

Analogous Colors of #0afbfe

#0afbfe #0a81fe #0afe87

Monochromatic Colors of #0afbfe

#0afbfe

Complementary Color

#0afbfe #fe0d0a

#0afbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afbfe Color CSS Codes

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

#0afbfe Text Font Color

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

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


#0afbfe Background Color

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

This div background color is #0afbfe


#0afbfe Border Color

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

This div border color is #0afbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.