Color Hex Logo

#38be65 Color Hex

#38BE65
(56,190,101)
0 Favorites   0 Comments

Color spaces of #38be65

RGB 56190101
HSL0.390.540.48
HSV140°71°75°
CMYK 0.710.000.47   0.25
XYZ22.393338.607218.5836
Yxy38.60720.28140.4851
Hunter Lab62.1347-44.404425.7615
CIE-Lab68.4658-55.262934.6910

#38be65 color RGB value is (56,190,101).

#38be65 hex color red value is 56, green value is 190 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #38be65 hue: 0.39 , saturation: 0.54 and the lightness value of 38be65 is 0.48.

The process color (four color CMYK) of #38be65 color hex is 0.71, 0.00, 0.47, 0.25. Web safe color of #38be65 is #33cc66. Color #38be65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111110 01100101
Octal 70 276 145
Decimal 56 190 101
Hex 38 BE 65

RGB Percentages of Color #38be65

%16.14
%54.76
%29.11

CMYK Percentages of Color #38be65

%71
%0
%47
%25

Triadic Colors of #38be65

#38be65 #6538be #be6538

Analogous Colors of #38be65

#38be65 #38bea8 #4ebe38

Monochromatic Colors of #38be65

#38be65

Complementary Color

#38be65 #be3891

#38be65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38be65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38be65 Color CSS Codes

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

#38be65 Text Font Color

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

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


#38be65 Background Color

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

This div background color is #38be65


#38be65 Border Color

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

This div border color is #38be65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38be65


Comments

No comments written yet.

Please login to write comment.