Color Hex Logo

#3fcfdc Color Hex

#3FCFDC
(63,207,220)
0 Favorites   0 Comments

Color spaces of #3fcfdc

RGB 63207220
HSL0.510.690.55
HSV185°71°86°
CMYK 0.710.060.00   0.14
XYZ37.281050.849775.5602
Yxy50.84970.22780.3106
Hunter Lab71.3090-31.4692-12.9084
CIE-Lab76.5879-33.0812-17.4341

#3fcfdc color RGB value is (63,207,220).

#3fcfdc hex color red value is 63, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3fcfdc hue: 0.51 , saturation: 0.69 and the lightness value of 3fcfdc is 0.55.

The process color (four color CMYK) of #3fcfdc color hex is 0.71, 0.06, 0.00, 0.14. Web safe color of #3fcfdc is #33cccc. Color #3fcfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001111 11011100
Octal 77 317 334
Decimal 63 207 220
Hex 3F CF DC

RGB Percentages of Color #3fcfdc

%12.86
%42.24
%44.90

CMYK Percentages of Color #3fcfdc

%71
%6
%0
%14

Triadic Colors of #3fcfdc

#3fcfdc #dc3fcf #cfdc3f

Analogous Colors of #3fcfdc

#3fcfdc #3f81dc #3fdc9b

Monochromatic Colors of #3fcfdc

#3fcfdc

Complementary Color

#3fcfdc #dc4c3f

#3fcfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcfdc Color CSS Codes

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

#3fcfdc Text Font Color

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

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


#3fcfdc Background Color

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

This div background color is #3fcfdc


#3fcfdc Border Color

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

This div border color is #3fcfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcfdc


Comments

No comments written yet.

Please login to write comment.