Color Hex Logo

#0ce665 Color Hex

#0CE665
(12,230,101)
0 Favorites   0 Comments

Color spaces of #0ce665

RGB 12230101
HSL0.400.900.47
HSV144°95°90°
CMYK 0.950.000.56   0.10
XYZ30.797457.611421.8088
Yxy57.61140.27940.5227
Hunter Lab75.9022-60.402236.0959
CIE-Lab80.5223-72.621949.3994

#0ce665 color RGB value is (12,230,101).

#0ce665 hex color red value is 12, green value is 230 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #0ce665 hue: 0.40 , saturation: 0.90 and the lightness value of 0ce665 is 0.47.

The process color (four color CMYK) of #0ce665 color hex is 0.95, 0.00, 0.56, 0.10. Web safe color of #0ce665 is #00ff66. Color #0ce665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11100110 01100101
Octal 14 346 145
Decimal 12 230 101
Hex C E6 65

RGB Percentages of Color #0ce665

%3.50
%67.06
%29.45

CMYK Percentages of Color #0ce665

%95
%0
%56
%10

Triadic Colors of #0ce665

#0ce665 #650ce6 #e6650c

Analogous Colors of #0ce665

#0ce665 #0ce6d2 #20e60c

Monochromatic Colors of #0ce665

#0ce665

Complementary Color

#0ce665 #e60c8d

#0ce665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce665 Color CSS Codes

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

#0ce665 Text Font Color

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

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


#0ce665 Background Color

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

This div background color is #0ce665


#0ce665 Border Color

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

This div border color is #0ce665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce665


Comments

No comments written yet.

Please login to write comment.