Color Hex Logo

#5caffe Color Hex

#5CAFFE
(92,175,254)
0 Favorites   0 Comments

Color spaces of #5caffe

RGB 92175254
HSL0.580.990.68
HSV209°64°100°
CMYK 0.640.310.00   0.00
XYZ37.633040.091099.5208
Yxy40.09100.21230.2262
Hunter Lab63.3175-4.7133-48.8683
CIE-Lab69.5343-1.5295-46.6222

#5caffe color RGB value is (92,175,254).

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

The process color (four color CMYK) of #5caffe color hex is 0.64, 0.31, 0.00, 0.00. Web safe color of #5caffe is #6699ff. Color #5caffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101111 11111110
Octal 134 257 376
Decimal 92 175 254
Hex 5C AF FE

RGB Percentages of Color #5caffe

%17.66
%33.59
%48.75

CMYK Percentages of Color #5caffe

%64
%31
%0
%0

Triadic Colors of #5caffe

#5caffe #fe5caf #affe5c

Analogous Colors of #5caffe

#5caffe #5c5efe #5cfefc

Monochromatic Colors of #5caffe

#5caffe

Complementary Color

#5caffe #feab5c

#5caffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caffe Color CSS Codes

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

#5caffe Text Font Color

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

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


#5caffe Background Color

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

This div background color is #5caffe


#5caffe Border Color

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

This div border color is #5caffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caffe


Comments

No comments written yet.

Please login to write comment.