Color Hex Logo

#38ee03 Color Hex

#38EE03
(56,238,3)
0 Favorites   0 Comments

Color spaces of #38ee03

RGB 562383
HSL0.300.980.47
HSV106°99°93°
CMYK 0.760.000.99   0.07
XYZ32.221961.996410.3544
Yxy61.99640.30810.5929
Hunter Lab78.7378-64.743547.3195
CIE-Lab82.9115-77.705179.2481

#38ee03 color RGB value is (56,238,3).

#38ee03 hex color red value is 56, green value is 238 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #38ee03 hue: 0.30 , saturation: 0.98 and the lightness value of 38ee03 is 0.47.

The process color (four color CMYK) of #38ee03 color hex is 0.76, 0.00, 0.99, 0.07. Web safe color of #38ee03 is #33ff00. Color #38ee03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101110 00000011
Octal 70 356 3
Decimal 56 238 3
Hex 38 EE 3

RGB Percentages of Color #38ee03

%18.86
%80.13
%1.01

CMYK Percentages of Color #38ee03

%76
%0
%99
%7

Triadic Colors of #38ee03

#38ee03 #0338ee #ee0338

Analogous Colors of #38ee03

#38ee03 #03ee44 #aeee03

Monochromatic Colors of #38ee03

#38ee03

Complementary Color

#38ee03 #b903ee

#38ee03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ee03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ee03 Color CSS Codes

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

#38ee03 Text Font Color

<p style="color:#38ee03">Text here</p>

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


#38ee03 Background Color

<div style="background-color:#38ee03">
Div content here</div>

This div background color is #38ee03


#38ee03 Border Color

<div style="border:3px solid #38ee03">
Div here</div>

This div border color is #38ee03


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,238,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38ee03; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38ee03;
  -webkit-box-shadow: 1px 1px 3px 2px #38ee03;
  box-shadow:         1px 1px 3px 2px #38ee03; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ee03


Comments

No comments written yet.

Please login to write comment.