Color Hex Logo

#0acefc Color Hex

#0ACEFC
(10,206,252)
0 Favorites   0 Comments

Color spaces of #0acefc

RGB 10206252
HSL0.530.980.51
HSV191°96°99°
CMYK 0.960.180.00   0.01
XYZ39.767251.235499.8889
Yxy51.23540.20830.2684
Hunter Lab71.5789-26.0936-32.6344
CIE-Lab76.8214-26.1261-34.2972

#0acefc color RGB value is (10,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001110 11111100
Octal 12 316 374
Decimal 10 206 252
Hex A CE FC

RGB Percentages of Color #0acefc

%2.14
%44.02
%53.85

CMYK Percentages of Color #0acefc

%96
%18
%0
%1

Triadic Colors of #0acefc

#0acefc #fc0ace #cefc0a

Analogous Colors of #0acefc

#0acefc #0a55fc #0afcb1

Monochromatic Colors of #0acefc

#0acefc

Complementary Color

#0acefc #fc380a

#0acefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acefc Color CSS Codes

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

#0acefc Text Font Color

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

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


#0acefc Background Color

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

This div background color is #0acefc


#0acefc Border Color

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

This div border color is #0acefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acefc


Comments

No comments written yet.

Please login to write comment.