Color Hex Logo

#3edfcf Color Hex

#3EDFCF
(62,223,207)
0 Favorites   0 Comments

Color spaces of #3edfcf

RGB 62223207
HSL0.480.720.56
HSV174°72°87°
CMYK 0.720.000.07   0.13
XYZ39.636858.304568.1963
Yxy58.30450.23860.3509
Hunter Lab76.3574-40.96680.4971
CIE-Lab80.9078-44.1491-4.0361

#3edfcf color RGB value is (62,223,207).

#3edfcf hex color red value is 62, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3edfcf hue: 0.48 , saturation: 0.72 and the lightness value of 3edfcf is 0.56.

The process color (four color CMYK) of #3edfcf color hex is 0.72, 0.00, 0.07, 0.13. Web safe color of #3edfcf is #33cccc. Color #3edfcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011111 11001111
Octal 76 337 317
Decimal 62 223 207
Hex 3E DF CF

RGB Percentages of Color #3edfcf

%12.60
%45.33
%42.07

CMYK Percentages of Color #3edfcf

%72
%0
%7
%13

Triadic Colors of #3edfcf

#3edfcf #cf3edf #dfcf3e

Analogous Colors of #3edfcf

#3edfcf #3e9fdf #3edf7f

Monochromatic Colors of #3edfcf

#3edfcf

Complementary Color

#3edfcf #df3e4e

#3edfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edfcf Color CSS Codes

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

#3edfcf Text Font Color

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

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


#3edfcf Background Color

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

This div background color is #3edfcf


#3edfcf Border Color

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

This div border color is #3edfcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,223,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3edfcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3edfcf;
  -webkit-box-shadow: 1px 1px 3px 2px #3edfcf;
  box-shadow:         1px 1px 3px 2px #3edfcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,223,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edfcf


Comments

No comments written yet.

Please login to write comment.