Color Hex Logo

#3fddfc Color Hex

#3FDDFC
(63,221,252)
0 Favorites   0 Comments

Color spaces of #3fddfc

RGB 63221252
HSL0.530.970.62
HSV190°75°99°
CMYK 0.750.120.00   0.01
XYZ45.477059.7979101.2407
Yxy59.79790.22020.2896
Hunter Lab77.3291-30.3506-23.4932
CIE-Lab81.7282-30.1723-26.7099

#3fddfc color RGB value is (63,221,252).

#3fddfc hex color red value is 63, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3fddfc hue: 0.53 , saturation: 0.97 and the lightness value of 3fddfc is 0.62.

The process color (four color CMYK) of #3fddfc color hex is 0.75, 0.12, 0.00, 0.01. Web safe color of #3fddfc is #33ccff. Color #3fddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011101 11111100
Octal 77 335 374
Decimal 63 221 252
Hex 3F DD FC

RGB Percentages of Color #3fddfc

%11.75
%41.23
%47.01

CMYK Percentages of Color #3fddfc

%75
%12
%0
%1

Triadic Colors of #3fddfc

#3fddfc #fc3fdd #ddfc3f

Analogous Colors of #3fddfc

#3fddfc #3f7ffc #3ffcbd

Monochromatic Colors of #3fddfc

#3fddfc

Complementary Color

#3fddfc #fc5e3f

#3fddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fddfc Color CSS Codes

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

#3fddfc Text Font Color

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

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


#3fddfc Background Color

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

This div background color is #3fddfc


#3fddfc Border Color

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

This div border color is #3fddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.