Color Hex Logo

#5dbfca Color Hex

#5DBFCA
(93,191,202)
0 Favorites   0 Comments

Color spaces of #5dbfca

RGB 93191202
HSL0.520.510.58
HSV186°54°79°
CMYK 0.540.050.00   0.21
XYZ33.805743.853062.5598
Yxy43.85300.24110.3127
Hunter Lab66.2216-24.7647-9.6564
CIE-Lab72.1301-25.6126-14.3194

#5dbfca color RGB value is (93,191,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111111 11001010
Octal 135 277 312
Decimal 93 191 202
Hex 5D BF CA

RGB Percentages of Color #5dbfca

%19.14
%39.30
%41.56

CMYK Percentages of Color #5dbfca

%54
%5
%0
%21

Triadic Colors of #5dbfca

#5dbfca #ca5dbf #bfca5d

Analogous Colors of #5dbfca

#5dbfca #5d89ca #5dca9f

Monochromatic Colors of #5dbfca

#5dbfca

Complementary Color

#5dbfca #ca685d

#5dbfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbfca Color CSS Codes

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

#5dbfca Text Font Color

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

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


#5dbfca Background Color

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

This div background color is #5dbfca


#5dbfca Border Color

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

This div border color is #5dbfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbfca


Comments

No comments written yet.

Please login to write comment.