Color Hex Logo

#3cadf8 Color Hex

#3CADF8
(60,173,248)
0 Favorites   0 Comments

Color spaces of #3cadf8

RGB 60173248
HSL0.570.930.60
HSV204°76°97°
CMYK 0.760.300.00   0.03
XYZ33.750337.625194.2905
Yxy37.62510.20370.2271
Hunter Lab61.3393-9.1290-48.2028
CIE-Lab67.7434-6.8978-46.2484

#3cadf8 color RGB value is (60,173,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101101 11111000
Octal 74 255 370
Decimal 60 173 248
Hex 3C AD F8

RGB Percentages of Color #3cadf8

%12.47
%35.97
%51.56

CMYK Percentages of Color #3cadf8

%76
%30
%0
%3

Triadic Colors of #3cadf8

#3cadf8 #f83cad #adf83c

Analogous Colors of #3cadf8

#3cadf8 #3c4ff8 #3cf8e5

Monochromatic Colors of #3cadf8

#3cadf8

Complementary Color

#3cadf8 #f8873c

#3cadf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cadf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cadf8 Color CSS Codes

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

#3cadf8 Text Font Color

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

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


#3cadf8 Background Color

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

This div background color is #3cadf8


#3cadf8 Border Color

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

This div border color is #3cadf8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,173,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cadf8


Comments

No comments written yet.

Please login to write comment.