color codes Logo

#38bb1b color codes

#38BB1B
(56,187,27)
0 Favorites   0 Comments

Color spaces of #38bb1b

RGB 5618727
HSL0.300.750.42
HSV109°86°73°
CMYK 0.700.000.86   0.27
XYZ19.599036.46057.0415
Yxy36.46050.31060.5778
Hunter Lab60.3825-47.731835.3537
CIE-Lab66.8703-61.805462.6015

#38bb1b color RGB value is (56,187,27).

#38bb1b hex color red value is 56, green value is 187 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #38bb1b hue: 0.30 , saturation: 0.75 and the lightness value of 38bb1b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111011 00011011
Octal 70 273 33
Decimal 56 187 27
Hex 38 BB 1B

RGB Percentages of Color #38bb1b

%20.74
%69.26
%10.00

CMYK Percentages of Color #38bb1b

%70
%0
%86
%27

Triadic Colors of #38bb1b

#38bb1b #1b38bb #bb1b38

Analogous Colors of #38bb1b

#38bb1b #1bbb4e #88bb1b

Monochromatic Colors of #38bb1b

#38bb1b

Complementary Color

#38bb1b #9e1bbb

#38bb1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bb1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bb1b Color CSS Codes

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

#38bb1b Text Font Color

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

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


#38bb1b Background Color

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

This div background color is #38bb1b


#38bb1b Border Color

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

This div border color is #38bb1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bb1b


Comments

No comments written yet.

Please login to write comment.