Color Hex Logo

#5fd448 Color Hex

#5FD448
(95,212,72)
0 Favorites   0 Comments

Color spaces of #5fd448

RGB 9521272
HSL0.310.620.56
HSV110°66°83°
CMYK 0.550.000.66   0.17
XYZ29.432549.987714.2282
Yxy49.98770.31430.5338
Hunter Lab70.7020-49.420837.5598
CIE-Lab76.0617-58.545657.2363

#5fd448 color RGB value is (95,212,72).

#5fd448 hex color red value is 95, green value is 212 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #5fd448 hue: 0.31 , saturation: 0.62 and the lightness value of 5fd448 is 0.56.

The process color (four color CMYK) of #5fd448 color hex is 0.55, 0.00, 0.66, 0.17. Web safe color of #5fd448 is #66cc33. Color #5fd448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010100 01001000
Octal 137 324 110
Decimal 95 212 72
Hex 5F D4 48

RGB Percentages of Color #5fd448

%25.07
%55.94
%19.00

CMYK Percentages of Color #5fd448

%55
%0
%66
%17

Triadic Colors of #5fd448

#5fd448 #485fd4 #d4485f

Analogous Colors of #5fd448

#5fd448 #48d477 #a5d448

Monochromatic Colors of #5fd448

#5fd448

Complementary Color

#5fd448 #bd48d4

#5fd448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd448 Color CSS Codes

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

#5fd448 Text Font Color

<p style="color:#5fd448">Text here</p>

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


#5fd448 Background Color

<div style="background-color:#5fd448">
Div content here</div>

This div background color is #5fd448


#5fd448 Border Color

<div style="border:3px solid #5fd448">
Div here</div>

This div border color is #5fd448


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,212,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fd448; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fd448;
  -webkit-box-shadow: 1px 1px 3px 2px #5fd448;
  box-shadow:         1px 1px 3px 2px #5fd448; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,212,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd448


Comments

No comments written yet.

Please login to write comment.