Color Hex Logo

#0cb566 Color Hex

#0CB566
(12,181,102)
0 Favorites   0 Comments

Color spaces of #0cb566

RGB 12181102
HSL0.420.880.38
HSV152°93°71°
CMYK 0.930.000.44   0.29
XYZ19.073834.085218.1442
Yxy34.08520.26750.4780
Hunter Lab58.3825-43.852822.4415
CIE-Lab65.0301-56.536329.6489

#0cb566 color RGB value is (12,181,102).

#0cb566 hex color red value is 12, green value is 181 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #0cb566 hue: 0.42 , saturation: 0.88 and the lightness value of 0cb566 is 0.38.

The process color (four color CMYK) of #0cb566 color hex is 0.93, 0.00, 0.44, 0.29. Web safe color of #0cb566 is #00cc66. Color #0cb566 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10110101 01100110
Octal 14 265 146
Decimal 12 181 102
Hex C B5 66

RGB Percentages of Color #0cb566

%4.07
%61.36
%34.58

CMYK Percentages of Color #0cb566

%93
%0
%44
%29

Triadic Colors of #0cb566

#0cb566 #660cb5 #b5660c

Analogous Colors of #0cb566

#0cb566 #0cb0b5 #0cb512

Monochromatic Colors of #0cb566

#0cb566

Complementary Color

#0cb566 #b50c5b

#0cb566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cb566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cb566 Color CSS Codes

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

#0cb566 Text Font Color

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

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


#0cb566 Background Color

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

This div background color is #0cb566


#0cb566 Border Color

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

This div border color is #0cb566


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,181,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cb566; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cb566;
  -webkit-box-shadow: 1px 1px 3px 2px #0cb566;
  box-shadow:         1px 1px 3px 2px #0cb566; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,181,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cb566


Comments

No comments written yet.

Please login to write comment.