Color Hex Logo

#3cafe5 Color Hex

#3CAFE5
(60,175,229)
0 Favorites   0 Comments

Color spaces of #3cafe5

RGB 60175229
HSL0.550.760.57
HSV199°74°90°
CMYK 0.740.240.00   0.10
XYZ31.336337.277779.6725
Yxy37.27770.21130.2514
Hunter Lab61.0555-15.2332-34.6299
CIE-Lab67.4849-14.4346-36.2847

#3cafe5 color RGB value is (60,175,229).

#3cafe5 hex color red value is 60, green value is 175 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #3cafe5 hue: 0.55 , saturation: 0.76 and the lightness value of 3cafe5 is 0.57.

The process color (four color CMYK) of #3cafe5 color hex is 0.74, 0.24, 0.00, 0.10. Web safe color of #3cafe5 is #3399cc. Color #3cafe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101111 11100101
Octal 74 257 345
Decimal 60 175 229
Hex 3C AF E5

RGB Percentages of Color #3cafe5

%12.93
%37.72
%49.35

CMYK Percentages of Color #3cafe5

%74
%24
%0
%10

Triadic Colors of #3cafe5

#3cafe5 #e53caf #afe53c

Analogous Colors of #3cafe5

#3cafe5 #3c5be5 #3ce5c7

Monochromatic Colors of #3cafe5

#3cafe5

Complementary Color

#3cafe5 #e5723c

#3cafe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cafe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cafe5 Color CSS Codes

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

#3cafe5 Text Font Color

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

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


#3cafe5 Background Color

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

This div background color is #3cafe5


#3cafe5 Border Color

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

This div border color is #3cafe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cafe5


Comments

No comments written yet.

Please login to write comment.