Color Hex Logo

#5cb9ca Color Hex

#5CB9CA
(92,185,202)
0 Favorites   0 Comments

Color spaces of #5cb9ca

RGB 92185202
HSL0.530.510.58
HSV189°54°79°
CMYK 0.540.080.00   0.21
XYZ32.423341.237562.1279
Yxy41.23750.23880.3037
Hunter Lab64.2164-22.2529-12.4102
CIE-Lab70.3420-22.8013-17.0189

#5cb9ca color RGB value is (92,185,202).

#5cb9ca hex color red value is 92, green value is 185 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5cb9ca hue: 0.53 , saturation: 0.51 and the lightness value of 5cb9ca is 0.58.

The process color (four color CMYK) of #5cb9ca color hex is 0.54, 0.08, 0.00, 0.21. Web safe color of #5cb9ca is #66cccc. Color #5cb9ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111001 11001010
Octal 134 271 312
Decimal 92 185 202
Hex 5C B9 CA

RGB Percentages of Color #5cb9ca

%19.21
%38.62
%42.17

CMYK Percentages of Color #5cb9ca

%54
%8
%0
%21

Triadic Colors of #5cb9ca

#5cb9ca #ca5cb9 #b9ca5c

Analogous Colors of #5cb9ca

#5cb9ca #5c82ca #5ccaa4

Monochromatic Colors of #5cb9ca

#5cb9ca

Complementary Color

#5cb9ca #ca6d5c

#5cb9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb9ca Color CSS Codes

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

#5cb9ca Text Font Color

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

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


#5cb9ca Background Color

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

This div background color is #5cb9ca


#5cb9ca Border Color

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

This div border color is #5cb9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb9ca


Comments

No comments written yet.

Please login to write comment.