color codes Logo

#38bb0f color codes

#38BB0F
(56,187,15)
0 Favorites   0 Comments

Color spaces of #38bb0f

RGB 5618715
HSL0.290.850.40
HSV106°92°73°
CMYK 0.700.000.92   0.27
XYZ19.487436.41596.4538
Yxy36.41590.31250.5840
Hunter Lab60.3456-47.961835.9010
CIE-Lab66.8365-62.221564.8418

#38bb0f color RGB value is (56,187,15).

#38bb0f hex color red value is 56, green value is 187 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #38bb0f hue: 0.29 , saturation: 0.85 and the lightness value of 38bb0f is 0.40.

The process color (four color CMYK) of #38bb0f color code is 0.70, 0.00, 0.92, 0.27. Web safe color of #38bb0f is #33cc00. Color #38bb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111011 00001111
Octal 70 273 17
Decimal 56 187 15
Hex 38 BB F

RGB Percentages of Color #38bb0f

%21.71
%72.48
%5.81

CMYK Percentages of Color #38bb0f

%70
%0
%92
%27

Triadic Colors of #38bb0f

#38bb0f #0f38bb #bb0f38

Analogous Colors of #38bb0f

#38bb0f #0fbb3c #8ebb0f

Monochromatic Colors of #38bb0f

#38bb0f

Complementary Color

#38bb0f #920fbb

#38bb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bb0f Color CSS Codes

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

#38bb0f Text Font Color

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

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


#38bb0f Background Color

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

This div background color is #38bb0f


#38bb0f Border Color

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

This div border color is #38bb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bb0f


Comments

No comments written yet.

Please login to write comment.