Color Hex Logo

#0acfee Color Hex

#0ACFEE
(10,207,238)
0 Favorites   0 Comments

Color spaces of #0acfee

RGB 10207238
HSL0.520.920.49
HSV188°96°93°
CMYK 0.960.130.00   0.07
XYZ37.870650.863288.7105
Yxy50.86320.21340.2866
Hunter Lab71.3184-30.0225-23.8258
CIE-Lab76.5961-31.1971-27.1479

#0acfee color RGB value is (10,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 11101110
Octal 12 317 356
Decimal 10 207 238
Hex A CF EE

RGB Percentages of Color #0acfee

%2.20
%45.49
%52.31

CMYK Percentages of Color #0acfee

%96
%13
%0
%7

Triadic Colors of #0acfee

#0acfee #ee0acf #cfee0a

Analogous Colors of #0acfee

#0acfee #0a5dee #0aee9b

Monochromatic Colors of #0acfee

#0acfee

Complementary Color

#0acfee #ee290a

#0acfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acfee Color CSS Codes

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

#0acfee Text Font Color

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

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


#0acfee Background Color

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

This div background color is #0acfee


#0acfee Border Color

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

This div border color is #0acfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acfee


Comments

No comments written yet.

Please login to write comment.