Color Hex Logo

#2ef3ca Color Hex

#2EF3CA
(46,243,202)
0 Favorites   0 Comments

Color spaces of #2ef3ca

RGB 46243202
HSL0.470.890.57
HSV168°81°95°
CMYK 0.810.000.17   0.05
XYZ43.838068.946366.8746
Yxy68.94630.24400.3838
Hunter Lab83.0339-51.069710.3722
CIE-Lab86.4775-55.39896.6795

#2ef3ca color RGB value is (46,243,202).

#2ef3ca hex color red value is 46, green value is 243 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #2ef3ca hue: 0.47 , saturation: 0.89 and the lightness value of 2ef3ca is 0.57.

The process color (four color CMYK) of #2ef3ca color hex is 0.81, 0.00, 0.17, 0.05. Web safe color of #2ef3ca is #33ffcc. Color #2ef3ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110011 11001010
Octal 56 363 312
Decimal 46 243 202
Hex 2E F3 CA

RGB Percentages of Color #2ef3ca

%9.37
%49.49
%41.14

CMYK Percentages of Color #2ef3ca

%81
%0
%17
%5

Triadic Colors of #2ef3ca

#2ef3ca #ca2ef3 #f3ca2e

Analogous Colors of #2ef3ca

#2ef3ca #2ebaf3 #2ef368

Monochromatic Colors of #2ef3ca

#2ef3ca

Complementary Color

#2ef3ca #f32e57

#2ef3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef3ca Color CSS Codes

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

#2ef3ca Text Font Color

<p style="color:#2ef3ca">Text here</p>

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


#2ef3ca Background Color

<div style="background-color:#2ef3ca">
Div content here</div>

This div background color is #2ef3ca


#2ef3ca Border Color

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

This div border color is #2ef3ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,243,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 #2ef3ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef3ca


Comments

No comments written yet.

Please login to write comment.