Color Hex Logo

#3fddee Color Hex

#3FDDEE
(63,221,238)
0 Favorites   0 Comments

Color spaces of #3fddee

RGB 63221238
HSL0.520.840.59
HSV186°74°93°
CMYK 0.740.070.00   0.07
XYZ43.339058.942789.9818
Yxy58.94270.22540.3066
Hunter Lab76.7741-33.5915-15.7479
CIE-Lab81.2601-34.3816-19.9946

#3fddee color RGB value is (63,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011101 11101110
Octal 77 335 356
Decimal 63 221 238
Hex 3F DD EE

RGB Percentages of Color #3fddee

%12.07
%42.34
%45.59

CMYK Percentages of Color #3fddee

%74
%7
%0
%7

Triadic Colors of #3fddee

#3fddee #ee3fdd #ddee3f

Analogous Colors of #3fddee

#3fddee #3f86ee #3feea8

Monochromatic Colors of #3fddee

#3fddee

Complementary Color

#3fddee #ee503f

#3fddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fddee Color CSS Codes

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

#3fddee Text Font Color

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

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


#3fddee Background Color

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

This div background color is #3fddee


#3fddee Border Color

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

This div border color is #3fddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fddee


Comments

No comments written yet.

Please login to write comment.