Color Hex Logo

#0acdfb Color Hex

#0ACDFB
(10,205,251)
0 Favorites   0 Comments

Color spaces of #0acdfb

RGB 10205251
HSL0.530.970.51
HSV191°96°98°
CMYK 0.960.180.00   0.02
XYZ39.369150.692298.9764
Yxy50.69220.20830.2682
Hunter Lab71.1985-25.8959-32.5830
CIE-Lab76.4922-25.9592-34.2713

#0acdfb color RGB value is (10,205,251).

#0acdfb hex color red value is 10, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0acdfb hue: 0.53 , saturation: 0.97 and the lightness value of 0acdfb is 0.51.

The process color (four color CMYK) of #0acdfb color hex is 0.96, 0.18, 0.00, 0.02. Web safe color of #0acdfb is #00ccff. Color #0acdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001101 11111011
Octal 12 315 373
Decimal 10 205 251
Hex A CD FB

RGB Percentages of Color #0acdfb

%2.15
%43.99
%53.86

CMYK Percentages of Color #0acdfb

%96
%18
%0
%2

Triadic Colors of #0acdfb

#0acdfb #fb0acd #cdfb0a

Analogous Colors of #0acdfb

#0acdfb #0a55fb #0afbb1

Monochromatic Colors of #0acdfb

#0acdfb

Complementary Color

#0acdfb #fb380a

#0acdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acdfb Color CSS Codes

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

#0acdfb Text Font Color

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

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


#0acdfb Background Color

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

This div background color is #0acdfb


#0acdfb Border Color

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

This div border color is #0acdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acdfb


Comments

No comments written yet.

Please login to write comment.