Color Hex Logo

#0acfe7 Color Hex

#0ACFE7
(10,207,231)
0 Favorites   0 Comments

Color spaces of #0acfe7

RGB 10207231
HSL0.520.920.47
HSV187°96°91°
CMYK 0.960.100.00   0.09
XYZ36.861850.459783.3982
Yxy50.45970.21590.2956
Hunter Lab71.0350-31.6832-19.8846
CIE-Lab76.3506-33.4353-23.7655

#0acfe7 color RGB value is (10,207,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 11100111
Octal 12 317 347
Decimal 10 207 231
Hex A CF E7

RGB Percentages of Color #0acfe7

%2.23
%46.21
%51.56

CMYK Percentages of Color #0acfe7

%96
%10
%0
%9

Triadic Colors of #0acfe7

#0acfe7 #e70acf #cfe70a

Analogous Colors of #0acfe7

#0acfe7 #0a61e7 #0ae791

Monochromatic Colors of #0acfe7

#0acfe7

Complementary Color

#0acfe7 #e7220a

#0acfe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acfe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acfe7 Color CSS Codes

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

#0acfe7 Text Font Color

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

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


#0acfe7 Background Color

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

This div background color is #0acfe7


#0acfe7 Border Color

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

This div border color is #0acfe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acfe7


Comments

No comments written yet.

Please login to write comment.