Color Hex Logo

#74effa Color Hex

#74EFFA
(116,239,250)
0 Favorites   0 Comments

Color spaces of #74effa

RGB 116239250
HSL0.510.930.72
HSV185°54°98°
CMYK 0.540.040.00   0.02
XYZ55.324372.3481101.4912
Yxy72.34810.24140.3157
Hunter Lab85.0577-32.7487-11.2047
CIE-Lab88.1359-31.3878-15.8231

#74effa color RGB value is (116,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101111 11111010
Octal 164 357 372
Decimal 116 239 250
Hex 74 EF FA

RGB Percentages of Color #74effa

%19.17
%39.50
%41.32

CMYK Percentages of Color #74effa

%54
%4
%0
%2

Triadic Colors of #74effa

#74effa #fa74ef #effa74

Analogous Colors of #74effa

#74effa #74acfa #74fac2

Monochromatic Colors of #74effa

#74effa

Complementary Color

#74effa #fa7f74

#74effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74effa Color CSS Codes

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

#74effa Text Font Color

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

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


#74effa Background Color

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

This div background color is #74effa


#74effa Border Color

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

This div border color is #74effa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74effa

Related Colors


Comments

No comments written yet.

Please login to write comment.