Color Hex Logo

#3eddfc Color Hex

#3EDDFC
(62,221,252)
0 Favorites   0 Comments

Color spaces of #3eddfc

RGB 62221252
HSL0.530.970.62
HSV190°75°99°
CMYK 0.750.120.00   0.01
XYZ45.413759.7653101.2378
Yxy59.76530.22000.2895
Hunter Lab77.3080-30.4313-23.5269
CIE-Lab81.7105-30.2773-26.7387

#3eddfc color RGB value is (62,221,252).

#3eddfc hex color red value is 62, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3eddfc hue: 0.53 , saturation: 0.97 and the lightness value of 3eddfc is 0.62.

The process color (four color CMYK) of #3eddfc color hex is 0.75, 0.12, 0.00, 0.01. Web safe color of #3eddfc is #33ccff. Color #3eddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011101 11111100
Octal 76 335 374
Decimal 62 221 252
Hex 3E DD FC

RGB Percentages of Color #3eddfc

%11.59
%41.31
%47.10

CMYK Percentages of Color #3eddfc

%75
%12
%0
%1

Triadic Colors of #3eddfc

#3eddfc #fc3edd #ddfc3e

Analogous Colors of #3eddfc

#3eddfc #3e7efc #3efcbc

Monochromatic Colors of #3eddfc

#3eddfc

Complementary Color

#3eddfc #fc5d3e

#3eddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eddfc Color CSS Codes

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

#3eddfc Text Font Color

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

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


#3eddfc Background Color

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

This div background color is #3eddfc


#3eddfc Border Color

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

This div border color is #3eddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.