color codes Logo

#5ea4ea color codes

#5EA4EA
(94,164,234)
0 Favorites   0 Comments

Color spaces of #5ea4ea

RGB 94164234
HSL0.580.770.64
HSV210°60°92°
CMYK 0.600.300.00   0.08
XYZ32.742834.871182.8470
Yxy34.87110.21760.2318
Hunter Lab59.0518-4.3666-41.8450
CIE-Lab65.6482-1.4256-41.8139

#5ea4ea color RGB value is (94,164,234).

#5ea4ea hex color red value is 94, green value is 164 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5ea4ea hue: 0.58 , saturation: 0.77 and the lightness value of 5ea4ea is 0.64.

The process color (four color CMYK) of #5ea4ea color code is 0.60, 0.30, 0.00, 0.08. Web safe color of #5ea4ea is #6699ff. Color #5ea4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100100 11101010
Octal 136 244 352
Decimal 94 164 234
Hex 5E A4 EA

RGB Percentages of Color #5ea4ea

%19.11
%33.33
%47.56

CMYK Percentages of Color #5ea4ea

%60
%30
%0
%8

Triadic Colors of #5ea4ea

#5ea4ea #ea5ea4 #a4ea5e

Analogous Colors of #5ea4ea

#5ea4ea #5e5eea #5eeaea

Monochromatic Colors of #5ea4ea

#5ea4ea

Complementary Color

#5ea4ea #eaa45e

#5ea4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea4ea Color CSS Codes

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

#5ea4ea Text Font Color

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

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


#5ea4ea Background Color

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

This div background color is #5ea4ea


#5ea4ea Border Color

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

This div border color is #5ea4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea4ea


Comments

No comments written yet.

Please login to write comment.