Color Hex Logo

#5db7ca Color Hex

#5DB7CA
(93,183,202)
0 Favorites   0 Comments

Color spaces of #5db7ca

RGB 93183202
HSL0.530.510.58
HSV190°54°79°
CMYK 0.540.090.00   0.21
XYZ32.108440.458461.9941
Yxy40.45840.23860.3007
Hunter Lab63.6069-21.2064-13.2618
CIE-Lab69.7948-21.5773-17.8432

#5db7ca color RGB value is (93,183,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110111 11001010
Octal 135 267 312
Decimal 93 183 202
Hex 5D B7 CA

RGB Percentages of Color #5db7ca

%19.46
%38.28
%42.26

CMYK Percentages of Color #5db7ca

%54
%9
%0
%21

Triadic Colors of #5db7ca

#5db7ca #ca5db7 #b7ca5d

Analogous Colors of #5db7ca

#5db7ca #5d81ca #5dcaa7

Monochromatic Colors of #5db7ca

#5db7ca

Complementary Color

#5db7ca #ca705d

#5db7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db7ca Color CSS Codes

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

#5db7ca Text Font Color

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

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


#5db7ca Background Color

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

This div background color is #5db7ca


#5db7ca Border Color

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

This div border color is #5db7ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,183,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 #5db7ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db7ca


Comments

No comments written yet.

Please login to write comment.