Color Hex Logo

#3edbeb Color Hex

#3EDBEB
(62,219,235)
0 Favorites   0 Comments

Color spaces of #3edbeb

RGB 62219235
HSL0.520.810.58
HSV186°74°92°
CMYK 0.740.070.00   0.08
XYZ42.313557.685387.5015
Yxy57.68530.22570.3077
Hunter Lab75.9508-33.4686-15.1413
CIE-Lab80.5635-34.4388-19.4550

#3edbeb color RGB value is (62,219,235).

#3edbeb hex color red value is 62, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3edbeb hue: 0.52 , saturation: 0.81 and the lightness value of 3edbeb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011011 11101011
Octal 76 333 353
Decimal 62 219 235
Hex 3E DB EB

RGB Percentages of Color #3edbeb

%12.02
%42.44
%45.54

CMYK Percentages of Color #3edbeb

%74
%7
%0
%8

Triadic Colors of #3edbeb

#3edbeb #eb3edb #dbeb3e

Analogous Colors of #3edbeb

#3edbeb #3e85eb #3eeba5

Monochromatic Colors of #3edbeb

#3edbeb

Complementary Color

#3edbeb #eb4e3e

#3edbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edbeb Color CSS Codes

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

#3edbeb Text Font Color

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

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


#3edbeb Background Color

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

This div background color is #3edbeb


#3edbeb Border Color

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

This div border color is #3edbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,219,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 #3edbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edbeb


Comments

No comments written yet.

Please login to write comment.