Color Hex Logo

#3cadfd Color Hex

#3CADFD
(60,173,253)
0 Favorites   0 Comments

Color spaces of #3cadfd

RGB 60173253
HSL0.570.980.61
HSV205°76°99°
CMYK 0.760.320.00   0.01
XYZ34.536737.939698.4313
Yxy37.93960.20210.2220
Hunter Lab61.5951-7.7056-51.6310
CIE-Lab67.9761-5.1719-48.5979

#3cadfd color RGB value is (60,173,253).

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

The process color (four color CMYK) of #3cadfd color hex is 0.76, 0.32, 0.00, 0.01. Web safe color of #3cadfd is #3399ff. Color #3cadfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101101 11111101
Octal 74 255 375
Decimal 60 173 253
Hex 3C AD FD

RGB Percentages of Color #3cadfd

%12.35
%35.60
%52.06

CMYK Percentages of Color #3cadfd

%76
%32
%0
%1

Triadic Colors of #3cadfd

#3cadfd #fd3cad #adfd3c

Analogous Colors of #3cadfd

#3cadfd #3c4dfd #3cfded

Monochromatic Colors of #3cadfd

#3cadfd

Complementary Color

#3cadfd #fd8c3c

#3cadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cadfd Color CSS Codes

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

#3cadfd Text Font Color

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

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


#3cadfd Background Color

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

This div background color is #3cadfd


#3cadfd Border Color

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

This div border color is #3cadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cadfd


Comments

No comments written yet.

Please login to write comment.