Color Hex Logo

#0acaef Color Hex

#0ACAEF
(10,202,239)
0 Favorites   0 Comments

Color spaces of #0acaef

RGB 10202239
HSL0.530.920.49
HSV190°96°94°
CMYK 0.960.150.00   0.06
XYZ36.825748.537689.0891
Yxy48.53760.21110.2782
Hunter Lab69.6689-27.5689-27.0488
CIE-Lab75.1628-28.4345-29.8845

#0acaef color RGB value is (10,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001010 11101111
Octal 12 312 357
Decimal 10 202 239
Hex A CA EF

RGB Percentages of Color #0acaef

%2.22
%44.79
%52.99

CMYK Percentages of Color #0acaef

%96
%15
%0
%6

Triadic Colors of #0acaef

#0acaef #ef0aca #caef0a

Analogous Colors of #0acaef

#0acaef #0a57ef #0aefa2

Monochromatic Colors of #0acaef

#0acaef

Complementary Color

#0acaef #ef2f0a

#0acaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acaef Color CSS Codes

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

#0acaef Text Font Color

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

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


#0acaef Background Color

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

This div background color is #0acaef


#0acaef Border Color

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

This div border color is #0acaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acaef


Comments

No comments written yet.

Please login to write comment.