Color Hex Logo

#5cafea Color Hex

#5CAFEA
(92,175,234)
0 Favorites   0 Comments

Color spaces of #5cafea

RGB 92175234
HSL0.570.770.64
HSV205°61°92°
CMYK 0.610.250.00   0.08
XYZ34.594938.875883.5223
Yxy38.87580.22040.2476
Hunter Lab62.3505-10.0733-35.7773
CIE-Lab68.6612-7.9247-37.1138

#5cafea color RGB value is (92,175,234).

#5cafea hex color red value is 92, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5cafea hue: 0.57 , saturation: 0.77 and the lightness value of 5cafea is 0.64.

The process color (four color CMYK) of #5cafea color hex is 0.61, 0.25, 0.00, 0.08. Web safe color of #5cafea is #6699ff. Color #5cafea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101111 11101010
Octal 134 257 352
Decimal 92 175 234
Hex 5C AF EA

RGB Percentages of Color #5cafea

%18.36
%34.93
%46.71

CMYK Percentages of Color #5cafea

%61
%25
%0
%8

Triadic Colors of #5cafea

#5cafea #ea5caf #afea5c

Analogous Colors of #5cafea

#5cafea #5c68ea #5ceade

Monochromatic Colors of #5cafea

#5cafea

Complementary Color

#5cafea #ea975c

#5cafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cafea Color CSS Codes

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

#5cafea Text Font Color

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

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


#5cafea Background Color

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

This div background color is #5cafea


#5cafea Border Color

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

This div border color is #5cafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cafea


Comments

No comments written yet.

Please login to write comment.