Color Hex Logo

#5d7bec Color Hex

#5D7BEC
(93,123,236)
0 Favorites   0 Comments

Color spaces of #5d7bec

RGB 93123236
HSL0.630.790.65
HSV227°61°93°
CMYK 0.610.480.00   0.07
XYZ26.737522.549282.3001
Yxy22.54920.20320.1714
Hunter Lab47.486017.4058-69.5179
CIE-Lab54.604923.2837-60.4513

#5d7bec color RGB value is (93,123,236).

#5d7bec hex color red value is 93, green value is 123 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5d7bec hue: 0.63 , saturation: 0.79 and the lightness value of 5d7bec is 0.65.

The process color (four color CMYK) of #5d7bec color hex is 0.61, 0.48, 0.00, 0.07. Web safe color of #5d7bec is #6666ff. Color #5d7bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01111011 11101100
Octal 135 173 354
Decimal 93 123 236
Hex 5D 7B EC

RGB Percentages of Color #5d7bec

%20.58
%27.21
%52.21

CMYK Percentages of Color #5d7bec

%61
%48
%0
%7

Triadic Colors of #5d7bec

#5d7bec #ec5d7b #7bec5d

Analogous Colors of #5d7bec

#5d7bec #875dec #5dc3ec

Monochromatic Colors of #5d7bec

#5d7bec

Complementary Color

#5d7bec #ecce5d

#5d7bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d7bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d7bec Color CSS Codes

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

#5d7bec Text Font Color

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

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


#5d7bec Background Color

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

This div background color is #5d7bec


#5d7bec Border Color

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

This div border color is #5d7bec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,123,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d7bec


Comments

No comments written yet.

Please login to write comment.