Color Hex Logo

#3fdcee Color Hex

#3FDCEE
(63,220,238)
0 Favorites   0 Comments

Color spaces of #3fdcee

RGB 63220238
HSL0.520.840.59
HSV186°74°93°
CMYK 0.740.080.00   0.07
XYZ43.075758.416289.8940
Yxy58.41620.22510.3052
Hunter Lab76.4305-33.1520-16.2328
CIE-Lab80.9696-33.9106-20.4343

#3fdcee color RGB value is (63,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011100 11101110
Octal 77 334 356
Decimal 63 220 238
Hex 3F DC EE

RGB Percentages of Color #3fdcee

%12.09
%42.23
%45.68

CMYK Percentages of Color #3fdcee

%74
%8
%0
%7

Triadic Colors of #3fdcee

#3fdcee #ee3fdc #dcee3f

Analogous Colors of #3fdcee

#3fdcee #3f85ee #3feea9

Monochromatic Colors of #3fdcee

#3fdcee

Complementary Color

#3fdcee #ee513f

#3fdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdcee Color CSS Codes

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

#3fdcee Text Font Color

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

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


#3fdcee Background Color

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

This div background color is #3fdcee


#3fdcee Border Color

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

This div border color is #3fdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdcee


Comments

No comments written yet.

Please login to write comment.