Color Hex Logo

#0acbea Color Hex

#0ACBEA
(10,203,234)
0 Favorites   0 Comments

Color spaces of #0acbea

RGB 10203234
HSL0.520.920.48
HSV188°96°92°
CMYK 0.960.130.00   0.08
XYZ36.332448.716985.3303
Yxy48.71690.21320.2859
Hunter Lab69.7975-29.2292-23.6262
CIE-Lab75.2749-30.5527-27.0225

#0acbea color RGB value is (10,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001011 11101010
Octal 12 313 352
Decimal 10 203 234
Hex A CB EA

RGB Percentages of Color #0acbea

%2.24
%45.41
%52.35

CMYK Percentages of Color #0acbea

%96
%13
%0
%8

Triadic Colors of #0acbea

#0acbea #ea0acb #cbea0a

Analogous Colors of #0acbea

#0acbea #0a5bea #0aea99

Monochromatic Colors of #0acbea

#0acbea

Complementary Color

#0acbea #ea290a

#0acbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acbea Color CSS Codes

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

#0acbea Text Font Color

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

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


#0acbea Background Color

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

This div background color is #0acbea


#0acbea Border Color

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

This div border color is #0acbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acbea


Comments

No comments written yet.

Please login to write comment.