Color Hex Logo

#3cdcfd Color Hex

#3CDCFD
(60,220,253)
0 Favorites   0 Comments

Color spaces of #3cdcfd

RGB 60220253
HSL0.530.980.61
HSV190°76°99°
CMYK 0.760.130.00   0.01
XYZ45.186359.2389101.9812
Yxy59.23890.21890.2870
Hunter Lab76.9668-29.8967-24.6826
CIE-Lab81.4227-29.6907-27.7114

#3cdcfd color RGB value is (60,220,253).

#3cdcfd hex color red value is 60, green value is 220 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3cdcfd hue: 0.53 , saturation: 0.98 and the lightness value of 3cdcfd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011100 11111101
Octal 74 334 375
Decimal 60 220 253
Hex 3C DC FD

RGB Percentages of Color #3cdcfd

%11.26
%41.28
%47.47

CMYK Percentages of Color #3cdcfd

%76
%13
%0
%1

Triadic Colors of #3cdcfd

#3cdcfd #fd3cdc #dcfd3c

Analogous Colors of #3cdcfd

#3cdcfd #3c7cfd #3cfdbe

Monochromatic Colors of #3cdcfd

#3cdcfd

Complementary Color

#3cdcfd #fd5d3c

#3cdcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdcfd Color CSS Codes

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

#3cdcfd Text Font Color

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

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


#3cdcfd Background Color

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

This div background color is #3cdcfd


#3cdcfd Border Color

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

This div border color is #3cdcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdcfd


Comments

No comments written yet.

Please login to write comment.