Color Hex Logo

#74e9fa Color Hex

#74E9FA
(116,233,250)
0 Favorites   0 Comments

Color spaces of #74e9fa

RGB 116233250
HSL0.520.930.72
HSV188°54°98°
CMYK 0.540.070.00   0.02
XYZ53.596768.8930100.9153
Yxy68.89300.23990.3084
Hunter Lab83.0018-29.9905-13.9847
CIE-Lab86.4510-28.5170-18.3578

#74e9fa color RGB value is (116,233,250).

#74e9fa hex color red value is 116, green value is 233 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #74e9fa hue: 0.52 , saturation: 0.93 and the lightness value of 74e9fa is 0.72.

The process color (four color CMYK) of #74e9fa color hex is 0.54, 0.07, 0.00, 0.02. Web safe color of #74e9fa is #66ffff. Color #74e9fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101001 11111010
Octal 164 351 372
Decimal 116 233 250
Hex 74 E9 FA

RGB Percentages of Color #74e9fa

%19.37
%38.90
%41.74

CMYK Percentages of Color #74e9fa

%54
%7
%0
%2

Triadic Colors of #74e9fa

#74e9fa #fa74e9 #e9fa74

Analogous Colors of #74e9fa

#74e9fa #74a6fa #74fac8

Monochromatic Colors of #74e9fa

#74e9fa

Complementary Color

#74e9fa #fa8574

#74e9fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74e9fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74e9fa Color CSS Codes

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

#74e9fa Text Font Color

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

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


#74e9fa Background Color

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

This div background color is #74e9fa


#74e9fa Border Color

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

This div border color is #74e9fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,233,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74e9fa


Comments

No comments written yet.

Please login to write comment.