Color Hex Logo

#3efafc Color Hex

#3EFAFC
(62,250,252)
0 Favorites   0 Comments

Color spaces of #3efafc

RGB 62250252
HSL0.500.970.62
HSV181°75°99°
CMYK 0.750.010.00   0.01
XYZ53.742976.4236104.0141
Yxy76.42360.22950.3263
Hunter Lab87.4206-43.2509-9.3496
CIE-Lab90.0557-43.6789-14.1187

#3efafc color RGB value is (62,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111010 11111100
Octal 76 372 374
Decimal 62 250 252
Hex 3E FA FC

RGB Percentages of Color #3efafc

%10.99
%44.33
%44.68

CMYK Percentages of Color #3efafc

%75
%1
%0
%1

Triadic Colors of #3efafc

#3efafc #fc3efa #fafc3e

Analogous Colors of #3efafc

#3efafc #3e9bfc #3efc9f

Monochromatic Colors of #3efafc

#3efafc

Complementary Color

#3efafc #fc403e

#3efafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efafc Color CSS Codes

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

#3efafc Text Font Color

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

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


#3efafc Background Color

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

This div background color is #3efafc


#3efafc Border Color

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

This div border color is #3efafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efafc


Comments

No comments written yet.

Please login to write comment.