Color Hex Logo

#3eedeb Color Hex

#3EEDEB
(62,237,235)
0 Favorites   0 Comments

Color spaces of #3eedeb

RGB 62237235
HSL0.500.830.59
HSV179°74°93°
CMYK 0.740.000.01   0.07
XYZ47.266267.590789.1524
Yxy67.59070.23170.3313
Hunter Lab82.2136-41.2506-6.7446
CIE-Lab85.8014-42.6663-11.5864

#3eedeb color RGB value is (62,237,235).

#3eedeb hex color red value is 62, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3eedeb hue: 0.50 , saturation: 0.83 and the lightness value of 3eedeb is 0.59.

The process color (four color CMYK) of #3eedeb color hex is 0.74, 0.00, 0.01, 0.07. Web safe color of #3eedeb is #33ffff. Color #3eedeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101101 11101011
Octal 76 355 353
Decimal 62 237 235
Hex 3E ED EB

RGB Percentages of Color #3eedeb

%11.61
%44.38
%44.01

CMYK Percentages of Color #3eedeb

%74
%0
%1
%7

Triadic Colors of #3eedeb

#3eedeb #eb3eed #edeb3e

Analogous Colors of #3eedeb

#3eedeb #3e98ed #3eed94

Monochromatic Colors of #3eedeb

#3eedeb

Complementary Color

#3eedeb #ed3e40

#3eedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eedeb Color CSS Codes

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

#3eedeb Text Font Color

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

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


#3eedeb Background Color

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

This div background color is #3eedeb


#3eedeb Border Color

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

This div border color is #3eedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eedeb


Comments

No comments written yet.

Please login to write comment.