Color Hex Logo

#3efbff Color Hex

#3EFBFF
(62,251,255)
0 Favorites   0 Comments

Color spaces of #3efbff

RGB 62251255
HSL0.501.000.62
HSV181°76°100°
CMYK 0.760.020.00   0.00
XYZ54.533877.2385106.6420
Yxy77.23850.22870.3240
Hunter Lab87.8854-43.0385-10.4239
CIE-Lab90.4313-43.2796-15.1162

#3efbff color RGB value is (62,251,255).

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

The process color (four color CMYK) of #3efbff color hex is 0.76, 0.02, 0.00, 0.00. Web safe color of #3efbff is #33ffff. Color #3efbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111011 11111111
Octal 76 373 377
Decimal 62 251 255
Hex 3E FB FF

RGB Percentages of Color #3efbff

%10.92
%44.19
%44.89

CMYK Percentages of Color #3efbff

%76
%2
%0
%0

Triadic Colors of #3efbff

#3efbff #ff3efb #fbff3e

Analogous Colors of #3efbff

#3efbff #3e9bff #3effa3

Monochromatic Colors of #3efbff

#3efbff

Complementary Color

#3efbff #ff423e

#3efbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efbff Color CSS Codes

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

#3efbff Text Font Color

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

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


#3efbff Background Color

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

This div background color is #3efbff


#3efbff Border Color

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

This div border color is #3efbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efbff

Related Colors


Comments

No comments written yet.

Please login to write comment.