Color Hex Logo

#38fec9 Color Hex

#38FEC9
(56,254,201)
0 Favorites   0 Comments

Color spaces of #38fec9

RGB 56254201
HSL0.460.990.61
HSV164°78°100°
CMYK 0.780.000.21   0.00
XYZ47.615375.941467.4069
Yxy75.94140.24930.3977
Hunter Lab87.1444-54.971015.1397
CIE-Lab89.8321-59.067312.0135

#38fec9 color RGB value is (56,254,201).

#38fec9 hex color red value is 56, green value is 254 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #38fec9 hue: 0.46 , saturation: 0.99 and the lightness value of 38fec9 is 0.61.

The process color (four color CMYK) of #38fec9 color hex is 0.78, 0.00, 0.21, 0.00. Web safe color of #38fec9 is #33ffcc. Color #38fec9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11111110 11001001
Octal 70 376 311
Decimal 56 254 201
Hex 38 FE C9

RGB Percentages of Color #38fec9

%10.96
%49.71
%39.33

CMYK Percentages of Color #38fec9

%78
%0
%21
%0

Triadic Colors of #38fec9

#38fec9 #c938fe #fec938

Analogous Colors of #38fec9

#38fec9 #38d0fe #38fe66

Monochromatic Colors of #38fec9

#38fec9

Complementary Color

#38fec9 #fe386d

#38fec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38fec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38fec9 Color CSS Codes

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

#38fec9 Text Font Color

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

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


#38fec9 Background Color

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

This div background color is #38fec9


#38fec9 Border Color

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

This div border color is #38fec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38fec9


Comments

No comments written yet.

Please login to write comment.