Color Hex Logo

#3edeef Color Hex

#3EDEEF
(62,222,239)
0 Favorites   0 Comments

Color spaces of #3edeef

RGB 62222239
HSL0.520.850.59
HSV186°74°94°
CMYK 0.740.070.00   0.06
XYZ43.687959.498790.8432
Yxy59.49870.22520.3066
Hunter Lab77.1354-33.8882-15.8317
CIE-Lab81.5649-34.6657-20.0660

#3edeef color RGB value is (62,222,239).

#3edeef hex color red value is 62, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3edeef hue: 0.52 , saturation: 0.85 and the lightness value of 3edeef is 0.59.

The process color (four color CMYK) of #3edeef color hex is 0.74, 0.07, 0.00, 0.06. Web safe color of #3edeef is #33ccff. Color #3edeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011110 11101111
Octal 76 336 357
Decimal 62 222 239
Hex 3E DE EF

RGB Percentages of Color #3edeef

%11.85
%42.45
%45.70

CMYK Percentages of Color #3edeef

%74
%7
%0
%6

Triadic Colors of #3edeef

#3edeef #ef3ede #deef3e

Analogous Colors of #3edeef

#3edeef #3e86ef #3eefa8

Monochromatic Colors of #3edeef

#3edeef

Complementary Color

#3edeef #ef4f3e

#3edeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edeef Color CSS Codes

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

#3edeef Text Font Color

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

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


#3edeef Background Color

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

This div background color is #3edeef


#3edeef Border Color

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

This div border color is #3edeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edeef


Comments

No comments written yet.

Please login to write comment.