Color Hex Logo

#3fdfee Color Hex

#3FDFEE
(63,223,238)
0 Favorites   0 Comments

Color spaces of #3fdfee

RGB 63223238
HSL0.510.840.59
HSV185°74°93°
CMYK 0.740.060.00   0.07
XYZ43.870260.005290.1589
Yxy60.00520.22610.3093
Hunter Lab77.4630-34.4691-14.7833
CIE-Lab81.8410-35.3197-19.1161

#3fdfee color RGB value is (63,223,238).

#3fdfee hex color red value is 63, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3fdfee hue: 0.51 , saturation: 0.84 and the lightness value of 3fdfee is 0.59.

The process color (four color CMYK) of #3fdfee color hex is 0.74, 0.06, 0.00, 0.07. Web safe color of #3fdfee is #33ccff. Color #3fdfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011111 11101110
Octal 77 337 356
Decimal 63 223 238
Hex 3F DF EE

RGB Percentages of Color #3fdfee

%12.02
%42.56
%45.42

CMYK Percentages of Color #3fdfee

%74
%6
%0
%7

Triadic Colors of #3fdfee

#3fdfee #ee3fdf #dfee3f

Analogous Colors of #3fdfee

#3fdfee #3f88ee #3feea6

Monochromatic Colors of #3fdfee

#3fdfee

Complementary Color

#3fdfee #ee4e3f

#3fdfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdfee Color CSS Codes

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

#3fdfee Text Font Color

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

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


#3fdfee Background Color

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

This div background color is #3fdfee


#3fdfee Border Color

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

This div border color is #3fdfee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,223,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdfee


Comments

No comments written yet.

Please login to write comment.