Color Hex Logo

#74baea Color Hex

#74BAEA
(116,186,234)
0 Favorites   0 Comments

Color spaces of #74baea

RGB 116186234
HSL0.570.740.69
HSV204°50°92°
CMYK 0.500.210.00   0.08
XYZ39.612644.771384.3958
Yxy44.77130.23470.2653
Hunter Lab66.9114-11.4200-27.9450
CIE-Lab72.7410-9.0237-30.7156

#74baea color RGB value is (116,186,234).

#74baea hex color red value is 116, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #74baea hue: 0.57 , saturation: 0.74 and the lightness value of 74baea is 0.69.

The process color (four color CMYK) of #74baea color hex is 0.50, 0.21, 0.00, 0.08. Web safe color of #74baea is #66ccff. Color #74baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111010 11101010
Octal 164 272 352
Decimal 116 186 234
Hex 74 BA EA

RGB Percentages of Color #74baea

%21.64
%34.70
%43.66

CMYK Percentages of Color #74baea

%50
%21
%0
%8

Triadic Colors of #74baea

#74baea #ea74ba #baea74

Analogous Colors of #74baea

#74baea #747fea #74eadf

Monochromatic Colors of #74baea

#74baea

Complementary Color

#74baea #eaa474

#74baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#74baea Color CSS Codes

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

#74baea Text Font Color

<p style="color:#74baea">Text here</p>

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


#74baea Background Color

<div style="background-color:#74baea">
Div content here</div>

This div background color is #74baea


#74baea Border Color

<div style="border:3px solid #74baea">
Div here</div>

This div border color is #74baea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,186,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74baea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74baea;
  -webkit-box-shadow: 1px 1px 3px 2px #74baea;
  box-shadow:         1px 1px 3px 2px #74baea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,186,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 #74baea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74baea


Comments

No comments written yet.

Please login to write comment.