Color Hex Logo

#5caffa Color Hex

#5CAFFA
(92,175,250)
0 Favorites   0 Comments

Color spaces of #5caffa

RGB 92175250
HSL0.580.940.67
HSV208°63°98°
CMYK 0.630.300.00   0.02
XYZ36.998939.837496.1818
Yxy39.83740.21380.2302
Hunter Lab63.1169-5.8184-46.1683
CIE-Lab69.3536-2.8243-44.7384

#5caffa color RGB value is (92,175,250).

#5caffa hex color red value is 92, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5caffa hue: 0.58 , saturation: 0.94 and the lightness value of 5caffa is 0.67.

The process color (four color CMYK) of #5caffa color hex is 0.63, 0.30, 0.00, 0.02. Web safe color of #5caffa is #6699ff. Color #5caffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101111 11111010
Octal 134 257 372
Decimal 92 175 250
Hex 5C AF FA

RGB Percentages of Color #5caffa

%17.79
%33.85
%48.36

CMYK Percentages of Color #5caffa

%63
%30
%0
%2

Triadic Colors of #5caffa

#5caffa #fa5caf #affa5c

Analogous Colors of #5caffa

#5caffa #5c60fa #5cfaf6

Monochromatic Colors of #5caffa

#5caffa

Complementary Color

#5caffa #faa75c

#5caffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caffa Color CSS Codes

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

#5caffa Text Font Color

<p style="color:#5caffa">Text here</p>

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


#5caffa Background Color

<div style="background-color:#5caffa">
Div content here</div>

This div background color is #5caffa


#5caffa Border Color

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

This div border color is #5caffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,175,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5caffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5caffa;
  -webkit-box-shadow: 1px 1px 3px 2px #5caffa;
  box-shadow:         1px 1px 3px 2px #5caffa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caffa


Comments

No comments written yet.

Please login to write comment.