Color Hex Logo

#5dbeca Color Hex

#5DBECA
(93,190,202)
0 Favorites   0 Comments

Color spaces of #5dbeca

RGB 93190202
HSL0.520.510.58
HSV187°54°79°
CMYK 0.540.060.00   0.21
XYZ33.588343.418362.4874
Yxy43.41830.24080.3113
Hunter Lab65.8926-24.3228-10.1012
CIE-Lab71.8380-25.1143-14.7590

#5dbeca color RGB value is (93,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 11001010
Octal 135 276 312
Decimal 93 190 202
Hex 5D BE CA

RGB Percentages of Color #5dbeca

%19.18
%39.18
%41.65

CMYK Percentages of Color #5dbeca

%54
%6
%0
%21

Triadic Colors of #5dbeca

#5dbeca #ca5dbe #beca5d

Analogous Colors of #5dbeca

#5dbeca #5d88ca #5dcaa0

Monochromatic Colors of #5dbeca

#5dbeca

Complementary Color

#5dbeca #ca695d

#5dbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbeca Color CSS Codes

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

#5dbeca Text Font Color

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

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


#5dbeca Background Color

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

This div background color is #5dbeca


#5dbeca Border Color

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

This div border color is #5dbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbeca


Comments

No comments written yet.

Please login to write comment.