Color Hex Logo

#3fcafd Color Hex

#3FCAFD
(63,202,253)
0 Favorites   0 Comments

Color spaces of #3fcafd

RGB 63202253
HSL0.540.980.62
HSV196°75°99°
CMYK 0.750.200.00   0.01
XYZ40.900150.3897100.4990
Yxy50.38970.21330.2627
Hunter Lab70.9857-21.3780-34.2507
CIE-Lab76.3078-20.3945-35.5775

#3fcafd color RGB value is (63,202,253).

#3fcafd hex color red value is 63, green value is 202 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3fcafd hue: 0.54 , saturation: 0.98 and the lightness value of 3fcafd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001010 11111101
Octal 77 312 375
Decimal 63 202 253
Hex 3F CA FD

RGB Percentages of Color #3fcafd

%12.16
%39.00
%48.84

CMYK Percentages of Color #3fcafd

%75
%20
%0
%1

Triadic Colors of #3fcafd

#3fcafd #fd3fca #cafd3f

Analogous Colors of #3fcafd

#3fcafd #3f6bfd #3ffdd1

Monochromatic Colors of #3fcafd

#3fcafd

Complementary Color

#3fcafd #fd723f

#3fcafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcafd Color CSS Codes

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

#3fcafd Text Font Color

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

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


#3fcafd Background Color

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

This div background color is #3fcafd


#3fcafd Border Color

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

This div border color is #3fcafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcafd


Comments

No comments written yet.

Please login to write comment.