Color Hex Logo

#3edffc Color Hex

#3EDFFC
(62,223,252)
0 Favorites   0 Comments

Color spaces of #3edffc

RGB 62223252
HSL0.530.970.62
HSV189°75°99°
CMYK 0.750.120.00   0.01
XYZ45.945060.8278101.4148
Yxy60.82780.22070.2922
Hunter Lab77.9922-31.3324-22.5015
CIE-Lab82.2861-31.2400-25.8599

#3edffc color RGB value is (62,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011111 11111100
Octal 76 337 374
Decimal 62 223 252
Hex 3E DF FC

RGB Percentages of Color #3edffc

%11.55
%41.53
%46.93

CMYK Percentages of Color #3edffc

%75
%12
%0
%1

Triadic Colors of #3edffc

#3edffc #fc3edf #dffc3e

Analogous Colors of #3edffc

#3edffc #3e80fc #3efcba

Monochromatic Colors of #3edffc

#3edffc

Complementary Color

#3edffc #fc5b3e

#3edffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edffc Color CSS Codes

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

#3edffc Text Font Color

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

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


#3edffc Background Color

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

This div background color is #3edffc


#3edffc Border Color

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

This div border color is #3edffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edffc

Related Colors


Comments

No comments written yet.

Please login to write comment.