Color Hex Logo

#0cce1b Color Hex

#0CCE1B
(12,206,27)
0 Favorites   0 Comments

Color spaces of #0cce1b

RGB 1220627
HSL0.350.890.43
HSV125°94°81°
CMYK 0.940.000.87   0.19
XYZ22.420844.29998.4060
Yxy44.29990.29840.5897
Hunter Lab66.5582-56.347239.1027
CIE-Lab72.4285-72.217267.3021

#0cce1b color RGB value is (12,206,27).

#0cce1b hex color red value is 12, green value is 206 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #0cce1b hue: 0.35 , saturation: 0.89 and the lightness value of 0cce1b is 0.43.

The process color (four color CMYK) of #0cce1b color hex is 0.94, 0.00, 0.87, 0.19. Web safe color of #0cce1b is #00cc33. Color #0cce1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001110 00011011
Octal 14 316 33
Decimal 12 206 27
Hex C CE 1B

RGB Percentages of Color #0cce1b

%4.90
%84.08
%11.02

CMYK Percentages of Color #0cce1b

%94
%0
%87
%19

Triadic Colors of #0cce1b

#0cce1b #1b0cce #ce1b0c

Analogous Colors of #0cce1b

#0cce1b #0cce7c #5ece0c

Monochromatic Colors of #0cce1b

#0cce1b

Complementary Color

#0cce1b #ce0cbf

#0cce1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cce1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cce1b Color CSS Codes

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

#0cce1b Text Font Color

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

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


#0cce1b Background Color

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

This div background color is #0cce1b


#0cce1b Border Color

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

This div border color is #0cce1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cce1b


Comments

No comments written yet.

Please login to write comment.