Color Hex Logo

#3edee7 Color Hex

#3EDEE7
(62,222,231)
0 Favorites   0 Comments

Color spaces of #3edee7

RGB 62222231
HSL0.510.780.57
HSV183°73°91°
CMYK 0.730.040.00   0.09
XYZ42.531759.036284.7548
Yxy59.03620.22830.3168
Hunter Lab76.8350-35.6534-11.6168
CIE-Lab81.3115-37.0077-16.1991

#3edee7 color RGB value is (62,222,231).

#3edee7 hex color red value is 62, green value is 222 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #3edee7 hue: 0.51 , saturation: 0.78 and the lightness value of 3edee7 is 0.57.

The process color (four color CMYK) of #3edee7 color hex is 0.73, 0.04, 0.00, 0.09. Web safe color of #3edee7 is #33ccff. Color #3edee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011110 11100111
Octal 76 336 347
Decimal 62 222 231
Hex 3E DE E7

RGB Percentages of Color #3edee7

%12.04
%43.11
%44.85

CMYK Percentages of Color #3edee7

%73
%4
%0
%9

Triadic Colors of #3edee7

#3edee7 #e73ede #dee73e

Analogous Colors of #3edee7

#3edee7 #3e8ae7 #3ee79c

Monochromatic Colors of #3edee7

#3edee7

Complementary Color

#3edee7 #e7473e

#3edee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edee7 Color CSS Codes

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

#3edee7 Text Font Color

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

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


#3edee7 Background Color

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

This div background color is #3edee7


#3edee7 Border Color

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

This div border color is #3edee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edee7


Comments

No comments written yet.

Please login to write comment.