Color Hex Logo

#0acfec Color Hex

#0ACFEC
(10,207,236)
0 Favorites   0 Comments

Color spaces of #0acfec

RGB 10207236
HSL0.520.920.48
HSV188°96°93°
CMYK 0.960.120.00   0.07
XYZ37.578350.746387.1713
Yxy50.74630.21410.2892
Hunter Lab71.2364-30.5023-22.6871
CIE-Lab76.5251-31.8402-26.1837

#0acfec color RGB value is (10,207,236).

#0acfec hex color red value is 10, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0acfec hue: 0.52 , saturation: 0.92 and the lightness value of 0acfec is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 11101100
Octal 12 317 354
Decimal 10 207 236
Hex A CF EC

RGB Percentages of Color #0acfec

%2.21
%45.70
%52.10

CMYK Percentages of Color #0acfec

%96
%12
%0
%7

Triadic Colors of #0acfec

#0acfec #ec0acf #cfec0a

Analogous Colors of #0acfec

#0acfec #0a5eec #0aec98

Monochromatic Colors of #0acfec

#0acfec

Complementary Color

#0acfec #ec270a

#0acfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acfec Color CSS Codes

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

#0acfec Text Font Color

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

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


#0acfec Background Color

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

This div background color is #0acfec


#0acfec Border Color

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

This div border color is #0acfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acfec


Comments

No comments written yet.

Please login to write comment.