Color Hex Logo

#3ffaef Color Hex

#3FFAEF
(63,250,239)
0 Favorites   0 Comments

Color spaces of #3ffaef

RGB 63250239
HSL0.490.950.61
HSV176°75°98°
CMYK 0.750.000.04   0.02
XYZ51.815575.660093.5342
Yxy75.66000.23440.3423
Hunter Lab86.9828-45.8876-2.8677
CIE-Lab89.7012-47.1542-7.8789

#3ffaef color RGB value is (63,250,239).

#3ffaef hex color red value is 63, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3ffaef hue: 0.49 , saturation: 0.95 and the lightness value of 3ffaef is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11111010 11101111
Octal 77 372 357
Decimal 63 250 239
Hex 3F FA EF

RGB Percentages of Color #3ffaef

%11.41
%45.29
%43.30

CMYK Percentages of Color #3ffaef

%75
%0
%4
%2

Triadic Colors of #3ffaef

#3ffaef #ef3ffa #faef3f

Analogous Colors of #3ffaef

#3ffaef #3fa8fa #3ffa92

Monochromatic Colors of #3ffaef

#3ffaef

Complementary Color

#3ffaef #fa3f4a

#3ffaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ffaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ffaef Color CSS Codes

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

#3ffaef Text Font Color

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

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


#3ffaef Background Color

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

This div background color is #3ffaef


#3ffaef Border Color

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

This div border color is #3ffaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ffaef


Comments

No comments written yet.

Please login to write comment.