Color Hex Logo

#0acffc Color Hex

#0ACFFC
(10,207,252)
0 Favorites   0 Comments

Color spaces of #0acffc

RGB 10207252
HSL0.530.980.51
HSV191°96°99°
CMYK 0.960.180.00   0.01
XYZ40.008751.718599.9694
Yxy51.71850.20870.2698
Hunter Lab71.9156-26.5476-32.0778
CIE-Lab77.1122-26.6242-33.8480

#0acffc color RGB value is (10,207,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 11111100
Octal 12 317 374
Decimal 10 207 252
Hex A CF FC

RGB Percentages of Color #0acffc

%2.13
%44.14
%53.73

CMYK Percentages of Color #0acffc

%96
%18
%0
%1

Triadic Colors of #0acffc

#0acffc #fc0acf #cffc0a

Analogous Colors of #0acffc

#0acffc #0a56fc #0afcb0

Monochromatic Colors of #0acffc

#0acffc

Complementary Color

#0acffc #fc370a

#0acffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acffc Color CSS Codes

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

#0acffc Text Font Color

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

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


#0acffc Background Color

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

This div background color is #0acffc


#0acffc Border Color

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

This div border color is #0acffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acffc


Comments

No comments written yet.

Please login to write comment.