Color Hex Logo

#0cb874 Color Hex

#0CB874
(12,184,116)
0 Favorites   0 Comments

Color spaces of #0cb874

RGB 12184116
HSL0.430.880.38
HSV156°93°72°
CMYK 0.930.000.37   0.28
XYZ20.444535.620122.3208
Yxy35.62010.26080.4544
Hunter Lab59.6826-43.298619.6038
CIE-Lab66.2286-54.851523.8465

#0cb874 color RGB value is (12,184,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111000 01110100
Octal 14 270 164
Decimal 12 184 116
Hex C B8 74

RGB Percentages of Color #0cb874

%3.85
%58.97
%37.18

CMYK Percentages of Color #0cb874

%93
%0
%37
%28

Triadic Colors of #0cb874

#0cb874 #740cb8 #b8740c

Analogous Colors of #0cb874

#0cb874 #0ca6b8 #0cb81e

Monochromatic Colors of #0cb874

#0cb874

Complementary Color

#0cb874 #b80c50

#0cb874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cb874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cb874 Color CSS Codes

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

#0cb874 Text Font Color

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

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


#0cb874 Background Color

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

This div background color is #0cb874


#0cb874 Border Color

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

This div border color is #0cb874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cb874


Comments

No comments written yet.

Please login to write comment.