Color Hex Logo

#3caefd Color Hex

#3CAEFD
(60,174,253)
0 Favorites   0 Comments

Color spaces of #3caefd

RGB 60174253
HSL0.570.980.61
HSV205°76°99°
CMYK 0.760.310.00   0.01
XYZ34.729238.324698.4955
Yxy38.32460.20240.2234
Hunter Lab61.9069-8.2001-50.9972
CIE-Lab68.2592-5.7305-48.1518

#3caefd color RGB value is (60,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101110 11111101
Octal 74 256 375
Decimal 60 174 253
Hex 3C AE FD

RGB Percentages of Color #3caefd

%12.32
%35.73
%51.95

CMYK Percentages of Color #3caefd

%76
%31
%0
%1

Triadic Colors of #3caefd

#3caefd #fd3cae #aefd3c

Analogous Colors of #3caefd

#3caefd #3c4efd #3cfdec

Monochromatic Colors of #3caefd

#3caefd

Complementary Color

#3caefd #fd8b3c

#3caefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caefd Color CSS Codes

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

#3caefd Text Font Color

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

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


#3caefd Background Color

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

This div background color is #3caefd


#3caefd Border Color

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

This div border color is #3caefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caefd

Related Colors


Comments

No comments written yet.

Please login to write comment.