Color Hex Logo

#5dbece Color Hex

#5DBECE
(93,190,206)
0 Favorites   0 Comments

Color spaces of #5dbece

RGB 93190206
HSL0.520.540.59
HSV188°55°81°
CMYK 0.550.080.00   0.19
XYZ34.068243.610365.0146
Yxy43.61030.23880.3056
Hunter Lab66.0381-23.4808-12.1444
CIE-Lab71.9672-23.9959-16.7471

#5dbece color RGB value is (93,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111110 11001110
Octal 135 276 316
Decimal 93 190 206
Hex 5D BE CE

RGB Percentages of Color #5dbece

%19.02
%38.85
%42.13

CMYK Percentages of Color #5dbece

%55
%8
%0
%19

Triadic Colors of #5dbece

#5dbece #ce5dbe #bece5d

Analogous Colors of #5dbece

#5dbece #5d86ce #5dcea6

Monochromatic Colors of #5dbece

#5dbece

Complementary Color

#5dbece #ce6d5d

#5dbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbece Color CSS Codes

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

#5dbece Text Font Color

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

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


#5dbece Background Color

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

This div background color is #5dbece


#5dbece Border Color

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

This div border color is #5dbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbece


Comments

No comments written yet.

Please login to write comment.