Color Hex Logo

#74edfe Color Hex

#74EDFE
(116,237,254)
0 Favorites   0 Comments

Color spaces of #74edfe

RGB 116237254
HSL0.520.990.73
HSV187°54°100°
CMYK 0.540.070.00   0.00
XYZ55.376071.4371104.6361
Yxy71.43710.23930.3087
Hunter Lab84.5205-30.9615-14.2365
CIE-Lab87.6969-29.3658-18.5773

#74edfe color RGB value is (116,237,254).

#74edfe hex color red value is 116, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #74edfe hue: 0.52 , saturation: 0.99 and the lightness value of 74edfe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101101 11111110
Octal 164 355 376
Decimal 116 237 254
Hex 74 ED FE

RGB Percentages of Color #74edfe

%19.11
%39.04
%41.85

CMYK Percentages of Color #74edfe

%54
%7
%0
%0

Triadic Colors of #74edfe

#74edfe #fe74ed #edfe74

Analogous Colors of #74edfe

#74edfe #74a8fe #74feca

Monochromatic Colors of #74edfe

#74edfe

Complementary Color

#74edfe #fe8574

#74edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74edfe Color CSS Codes

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

#74edfe Text Font Color

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

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


#74edfe Background Color

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

This div background color is #74edfe


#74edfe Border Color

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

This div border color is #74edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74edfe


Comments

No comments written yet.

Please login to write comment.