Color Hex Logo

#3effca Color Hex

#3EFFCA
(62,255,202)
0 Favorites   0 Comments

Color spaces of #3effca

RGB 62255202
HSL0.451.000.62
HSV164°76°100°
CMYK 0.760.000.21   0.00
XYZ48.407376.808468.1513
Yxy76.80840.25030.3972
Hunter Lab87.6404-54.778015.2429
CIE-Lab90.2334-58.607112.0801

#3effca color RGB value is (62,255,202).

#3effca hex color red value is 62, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3effca hue: 0.45 , saturation: 1.00 and the lightness value of 3effca is 0.62.

The process color (four color CMYK) of #3effca color hex is 0.76, 0.00, 0.21, 0.00. Web safe color of #3effca is #33ffcc. Color #3effca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111111 11001010
Octal 76 377 312
Decimal 62 255 202
Hex 3E FF CA

RGB Percentages of Color #3effca

%11.95
%49.13
%38.92

CMYK Percentages of Color #3effca

%76
%0
%21
%0

Triadic Colors of #3effca

#3effca #ca3eff #ffca3e

Analogous Colors of #3effca

#3effca #3ed4ff #3eff6a

Monochromatic Colors of #3effca

#3effca

Complementary Color

#3effca #ff3e73

#3effca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3effca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3effca Color CSS Codes

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

#3effca Text Font Color

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

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


#3effca Background Color

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

This div background color is #3effca


#3effca Border Color

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

This div border color is #3effca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,255,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 #3effca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3effca

Related Colors


Comments

No comments written yet.

Please login to write comment.