Color Hex Logo

#3edfca Color Hex

#3EDFCA
(62,223,202)
0 Favorites   0 Comments

Color spaces of #3edfca

RGB 62223202
HSL0.480.720.56
HSV172°72°87°
CMYK 0.720.000.09   0.13
XYZ39.035058.063865.0272
Yxy58.06380.24080.3581
Hunter Lab76.1996-41.90862.7428
CIE-Lab80.7742-45.4737-1.5735

#3edfca color RGB value is (62,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011111 11001010
Octal 76 337 312
Decimal 62 223 202
Hex 3E DF CA

RGB Percentages of Color #3edfca

%12.73
%45.79
%41.48

CMYK Percentages of Color #3edfca

%72
%0
%9
%13

Triadic Colors of #3edfca

#3edfca #ca3edf #dfca3e

Analogous Colors of #3edfca

#3edfca #3ea4df #3edf7a

Monochromatic Colors of #3edfca

#3edfca

Complementary Color

#3edfca #df3e53

#3edfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edfca Color CSS Codes

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

#3edfca Text Font Color

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

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


#3edfca Background Color

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

This div background color is #3edfca


#3edfca Border Color

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

This div border color is #3edfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edfca


Comments

No comments written yet.

Please login to write comment.