Color Hex Logo

#5eafbc Color Hex

#5EAFBC
(94,175,188)
0 Favorites   0 Comments

Color spaces of #5eafbc

RGB 94175188
HSL0.520.410.55
HSV188°50°74°
CMYK 0.500.070.00   0.26
XYZ29.023236.670553.1254
Yxy36.67050.24430.3086
Hunter Lab60.5562-20.4223-9.6253
CIE-Lab67.0291-21.1872-14.2969

#5eafbc color RGB value is (94,175,188).

#5eafbc hex color red value is 94, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5eafbc hue: 0.52 , saturation: 0.41 and the lightness value of 5eafbc is 0.55.

The process color (four color CMYK) of #5eafbc color hex is 0.50, 0.07, 0.00, 0.26. Web safe color of #5eafbc is #6699cc. Color #5eafbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101111 10111100
Octal 136 257 274
Decimal 94 175 188
Hex 5E AF BC

RGB Percentages of Color #5eafbc

%20.57
%38.29
%41.14

CMYK Percentages of Color #5eafbc

%50
%7
%0
%26

Triadic Colors of #5eafbc

#5eafbc #bc5eaf #afbc5e

Analogous Colors of #5eafbc

#5eafbc #5e80bc #5ebc9a

Monochromatic Colors of #5eafbc

#5eafbc

Complementary Color

#5eafbc #bc6b5e

#5eafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eafbc Color CSS Codes

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

#5eafbc Text Font Color

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

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


#5eafbc Background Color

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

This div background color is #5eafbc


#5eafbc Border Color

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

This div border color is #5eafbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,175,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5eafbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5eafbc;
  -webkit-box-shadow: 1px 1px 3px 2px #5eafbc;
  box-shadow:         1px 1px 3px 2px #5eafbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,175,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eafbc


Comments

No comments written yet.

Please login to write comment.