Color Hex Logo

#3edbdc Color Hex

#3EDBDC
(62,219,220)
0 Favorites   0 Comments

Color spaces of #3edbdc

RGB 62219220
HSL0.500.690.55
HSV180°72°86°
CMYK 0.720.000.00   0.14
XYZ40.236456.854576.5635
Yxy56.85450.23170.3274
Hunter Lab75.4019-36.7012-7.4220
CIE-Lab80.0977-38.7831-12.1630

#3edbdc color RGB value is (62,219,220).

#3edbdc hex color red value is 62, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3edbdc hue: 0.50 , saturation: 0.69 and the lightness value of 3edbdc is 0.55.

The process color (four color CMYK) of #3edbdc color hex is 0.72, 0.00, 0.00, 0.14. Web safe color of #3edbdc is #33cccc. Color #3edbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011011 11011100
Octal 76 333 334
Decimal 62 219 220
Hex 3E DB DC

RGB Percentages of Color #3edbdc

%12.38
%43.71
%43.91

CMYK Percentages of Color #3edbdc

%72
%0
%0
%14

Triadic Colors of #3edbdc

#3edbdc #dc3edb #dbdc3e

Analogous Colors of #3edbdc

#3edbdc #3e8cdc #3edc8e

Monochromatic Colors of #3edbdc

#3edbdc

Complementary Color

#3edbdc #dc3f3e

#3edbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edbdc Color CSS Codes

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

#3edbdc Text Font Color

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

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


#3edbdc Background Color

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

This div background color is #3edbdc


#3edbdc Border Color

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

This div border color is #3edbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edbdc


Comments

No comments written yet.

Please login to write comment.