Color Hex Logo

#0ce438 Color Hex

#0CE438
(12,228,56)
0 Favorites   0 Comments

Color spaces of #0ce438

RGB 1222856
HSL0.370.900.47
HSV132°95°89°
CMYK 0.950.000.75   0.11
XYZ28.608855.850513.0138
Yxy55.85050.29350.5730
Hunter Lab74.7332-62.451141.9887
CIE-Lab79.5287-76.674866.1875

#0ce438 color RGB value is (12,228,56).

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

The process color (four color CMYK) of #0ce438 color hex is 0.95, 0.00, 0.75, 0.11. Web safe color of #0ce438 is #00cc33. Color #0ce438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11100100 00111000
Octal 14 344 70
Decimal 12 228 56
Hex C E4 38

RGB Percentages of Color #0ce438

%4.05
%77.03
%18.92

CMYK Percentages of Color #0ce438

%95
%0
%75
%11

Triadic Colors of #0ce438

#0ce438 #380ce4 #e4380c

Analogous Colors of #0ce438

#0ce438 #0ce4a4 #4ce40c

Monochromatic Colors of #0ce438

#0ce438

Complementary Color

#0ce438 #e40cb8

#0ce438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce438 Color CSS Codes

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

#0ce438 Text Font Color

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

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


#0ce438 Background Color

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

This div background color is #0ce438


#0ce438 Border Color

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

This div border color is #0ce438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce438


Comments

No comments written yet.

Please login to write comment.