Color Hex Logo

#3ebebf Color Hex

#3EBEBF
(62,190,191)
0 Favorites   0 Comments

Color spaces of #3ebebf

RGB 62190191
HSL0.500.510.50
HSV180°68°75°
CMYK 0.680.010.00   0.25
XYZ29.804041.612655.7514
Yxy41.61260.23440.3272
Hunter Lab64.5078-30.4179-6.0864
CIE-Lab70.6030-33.5994-10.6876

#3ebebf color RGB value is (62,190,191).

#3ebebf hex color red value is 62, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3ebebf hue: 0.50 , saturation: 0.51 and the lightness value of 3ebebf is 0.50.

The process color (four color CMYK) of #3ebebf color hex is 0.68, 0.01, 0.00, 0.25. Web safe color of #3ebebf is #33cccc. Color #3ebebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 10111111
Octal 76 276 277
Decimal 62 190 191
Hex 3E BE BF

RGB Percentages of Color #3ebebf

%14.00
%42.89
%43.12

CMYK Percentages of Color #3ebebf

%68
%1
%0
%25

Triadic Colors of #3ebebf

#3ebebf #bf3ebe #bebf3e

Analogous Colors of #3ebebf

#3ebebf #3e7ebf #3ebf80

Monochromatic Colors of #3ebebf

#3ebebf

Complementary Color

#3ebebf #bf3f3e

#3ebebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebebf Color CSS Codes

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

#3ebebf Text Font Color

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

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


#3ebebf Background Color

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

This div background color is #3ebebf


#3ebebf Border Color

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

This div border color is #3ebebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebebf


Comments

No comments written yet.

Please login to write comment.