Color Hex Logo

#0acecb Color Hex

#0ACECB
(10,206,203)
0 Favorites   0 Comments

Color spaces of #0acecb

RGB 10206203
HSL0.500.910.42
HSV179°95°81°
CMYK 0.950.000.01   0.19
XYZ32.976048.518964.1270
Yxy48.51890.22640.3332
Hunter Lab69.6555-37.3925-5.8253
CIE-Lab75.1510-41.5560-10.4879

#0acecb color RGB value is (10,206,203).

#0acecb hex color red value is 10, green value is 206 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0acecb hue: 0.50 , saturation: 0.91 and the lightness value of 0acecb is 0.42.

The process color (four color CMYK) of #0acecb color hex is 0.95, 0.00, 0.01, 0.19. Web safe color of #0acecb is #00cccc. Color #0acecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001110 11001011
Octal 12 316 313
Decimal 10 206 203
Hex A CE CB

RGB Percentages of Color #0acecb

%2.39
%49.16
%48.45

CMYK Percentages of Color #0acecb

%95
%0
%1
%19

Triadic Colors of #0acecb

#0acecb #cb0ace #cecb0a

Analogous Colors of #0acecb

#0acecb #0a6fce #0ace69

Monochromatic Colors of #0acecb

#0acecb

Complementary Color

#0acecb #ce0a0d

#0acecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acecb Color CSS Codes

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

#0acecb Text Font Color

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

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


#0acecb Background Color

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

This div background color is #0acecb


#0acecb Border Color

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

This div border color is #0acecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acecb


Comments

No comments written yet.

Please login to write comment.