Color Hex Logo

#3ffeed Color Hex

#3FFEED
(63,254,237)
0 Favorites   0 Comments

Color spaces of #3ffeed

RGB 63254237
HSL0.490.990.62
HSV175°75°100°
CMYK 0.750.000.07   0.00
XYZ52.777878.054892.4052
Yxy78.05480.23640.3496
Hunter Lab88.3486-47.9776-0.1683
CIE-Lab90.8049-49.3983-5.2080

#3ffeed color RGB value is (63,254,237).

#3ffeed hex color red value is 63, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3ffeed hue: 0.49 , saturation: 0.99 and the lightness value of 3ffeed is 0.62.

The process color (four color CMYK) of #3ffeed color hex is 0.75, 0.00, 0.07, 0.00. Web safe color of #3ffeed is #33ffff. Color #3ffeed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11111110 11101101
Octal 77 376 355
Decimal 63 254 237
Hex 3F FE ED

RGB Percentages of Color #3ffeed

%11.37
%45.85
%42.78

CMYK Percentages of Color #3ffeed

%75
%0
%7
%0

Triadic Colors of #3ffeed

#3ffeed #ed3ffe #feed3f

Analogous Colors of #3ffeed

#3ffeed #3fb0fe #3ffe8e

Monochromatic Colors of #3ffeed

#3ffeed

Complementary Color

#3ffeed #fe3f50

#3ffeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ffeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ffeed Color CSS Codes

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

#3ffeed Text Font Color

<p style="color:#3ffeed">Text here</p>

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


#3ffeed Background Color

<div style="background-color:#3ffeed">
Div content here</div>

This div background color is #3ffeed


#3ffeed Border Color

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

This div border color is #3ffeed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,254,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ffeed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ffeed;
  -webkit-box-shadow: 1px 1px 3px 2px #3ffeed;
  box-shadow:         1px 1px 3px 2px #3ffeed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ffeed


Comments

No comments written yet.

Please login to write comment.