Color Hex Logo

#0eb258 Color Hex

#0EB258
(14,178,88)
0 Favorites   0 Comments

Color spaces of #0eb258

RGB 1417888
HSL0.410.850.38
HSV147°92°70°
CMYK 0.920.000.51   0.30
XYZ17.862932.638714.5910
Yxy32.63870.27440.5014
Hunter Lab57.1303-44.166524.8486
CIE-Lab63.8673-57.854635.3560

#0eb258 color RGB value is (14,178,88).

#0eb258 hex color red value is 14, green value is 178 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #0eb258 hue: 0.41 , saturation: 0.85 and the lightness value of 0eb258 is 0.38.

The process color (four color CMYK) of #0eb258 color hex is 0.92, 0.00, 0.51, 0.30. Web safe color of #0eb258 is #009966. Color #0eb258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110010 01011000
Octal 16 262 130
Decimal 14 178 88
Hex E B2 58

RGB Percentages of Color #0eb258

%5.00
%63.57
%31.43

CMYK Percentages of Color #0eb258

%92
%0
%51
%30

Triadic Colors of #0eb258

#0eb258 #580eb2 #b2580e

Analogous Colors of #0eb258

#0eb258 #0eb2aa #16b20e

Monochromatic Colors of #0eb258

#0eb258

Complementary Color

#0eb258 #b20e68

#0eb258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb258 Color CSS Codes

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

#0eb258 Text Font Color

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

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


#0eb258 Background Color

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

This div background color is #0eb258


#0eb258 Border Color

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

This div border color is #0eb258


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,178,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0eb258; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0eb258;
  -webkit-box-shadow: 1px 1px 3px 2px #0eb258;
  box-shadow:         1px 1px 3px 2px #0eb258; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,178,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb258


Comments

No comments written yet.

Please login to write comment.