Color Hex Logo

#40c48a Color Hex

#40C48A
(64,196,138)
0 Favorites   0 Comments

Color spaces of #40c48a

RGB 64196138
HSL0.430.530.51
HSV154°67°77°
CMYK 0.670.000.30   0.23
XYZ26.441742.404830.8361
Yxy42.40480.26530.4254
Hunter Lab65.1190-41.477917.5074
CIE-Lab71.1491-49.240118.9173

#40c48a color RGB value is (64,196,138).

#40c48a hex color red value is 64, green value is 196 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #40c48a hue: 0.43 , saturation: 0.53 and the lightness value of 40c48a is 0.51.

The process color (four color CMYK) of #40c48a color hex is 0.67, 0.00, 0.30, 0.23. Web safe color of #40c48a is #33cc99. Color #40c48a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11000100 10001010
Octal 100 304 212
Decimal 64 196 138
Hex 40 C4 8A

RGB Percentages of Color #40c48a

%16.08
%49.25
%34.67

CMYK Percentages of Color #40c48a

%67
%0
%30
%23

Triadic Colors of #40c48a

#40c48a #8a40c4 #c48a40

Analogous Colors of #40c48a

#40c48a #40bcc4 #40c448

Monochromatic Colors of #40c48a

#40c48a

Complementary Color

#40c48a #c4407a

#40c48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40c48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40c48a Color CSS Codes

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

#40c48a Text Font Color

<p style="color:#40c48a">Text here</p>

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


#40c48a Background Color

<div style="background-color:#40c48a">
Div content here</div>

This div background color is #40c48a


#40c48a Border Color

<div style="border:3px solid #40c48a">
Div here</div>

This div border color is #40c48a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,196,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40c48a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40c48a;
  -webkit-box-shadow: 1px 1px 3px 2px #40c48a;
  box-shadow:         1px 1px 3px 2px #40c48a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,196,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40c48a


Comments

No comments written yet.

Please login to write comment.