Color Hex Logo

#3fedff Color Hex

#3FEDFF
(63,237,255)
0 Favorites   0 Comments

Color spaces of #3fedff

RGB 63237255
HSL0.521.000.62
HSV186°75°100°
CMYK 0.750.070.00   0.00
XYZ50.384168.8451105.2407
Yxy68.84510.22450.3067
Hunter Lab82.9729-36.8112-17.1208
CIE-Lab86.4273-36.8387-21.1458

#3fedff color RGB value is (63,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101101 11111111
Octal 77 355 377
Decimal 63 237 255
Hex 3F ED FF

RGB Percentages of Color #3fedff

%11.35
%42.70
%45.95

CMYK Percentages of Color #3fedff

%75
%7
%0
%0

Triadic Colors of #3fedff

#3fedff #ff3fed #edff3f

Analogous Colors of #3fedff

#3fedff #3f8dff #3fffb1

Monochromatic Colors of #3fedff

#3fedff

Complementary Color

#3fedff #ff513f

#3fedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fedff Color CSS Codes

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

#3fedff Text Font Color

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

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


#3fedff Background Color

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

This div background color is #3fedff


#3fedff Border Color

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

This div border color is #3fedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fedff

Related Colors


Comments

No comments written yet.

Please login to write comment.