Color Hex Logo

#3ebcaf Color Hex

#3EBCAF
(62,188,175)
0 Favorites   0 Comments

Color spaces of #3ebcaf

RGB 62188175
HSL0.480.500.49
HSV174°67°74°
CMYK 0.670.000.07   0.26
XYZ27.707740.085746.8344
Yxy40.08570.24170.3497
Hunter Lab63.3133-32.68150.4610
CIE-Lab69.5305-37.1352-3.5062

#3ebcaf color RGB value is (62,188,175).

#3ebcaf hex color red value is 62, green value is 188 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3ebcaf hue: 0.48 , saturation: 0.50 and the lightness value of 3ebcaf is 0.49.

The process color (four color CMYK) of #3ebcaf color hex is 0.67, 0.00, 0.07, 0.26. Web safe color of #3ebcaf is #33cc99. Color #3ebcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111100 10101111
Octal 76 274 257
Decimal 62 188 175
Hex 3E BC AF

RGB Percentages of Color #3ebcaf

%14.59
%44.24
%41.18

CMYK Percentages of Color #3ebcaf

%67
%0
%7
%26

Triadic Colors of #3ebcaf

#3ebcaf #af3ebc #bcaf3e

Analogous Colors of #3ebcaf

#3ebcaf #3e8abc #3ebc70

Monochromatic Colors of #3ebcaf

#3ebcaf

Complementary Color

#3ebcaf #bc3e4b

#3ebcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebcaf Color CSS Codes

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

#3ebcaf Text Font Color

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

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


#3ebcaf Background Color

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

This div background color is #3ebcaf


#3ebcaf Border Color

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

This div border color is #3ebcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebcaf


Comments

No comments written yet.

Please login to write comment.