Color Hex Logo

#74dafe Color Hex

#74DAFE
(116,218,254)
0 Favorites   0 Comments

Color spaces of #74dafe

RGB 116218254
HSL0.540.990.73
HSV196°54°100°
CMYK 0.540.140.00   0.00
XYZ50.163361.0116102.8985
Yxy61.01160.23430.2850
Hunter Lab78.1099-22.0571-23.4290
CIE-Lab82.3850-20.0069-26.6373

#74dafe color RGB value is (116,218,254).

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

The process color (four color CMYK) of #74dafe color hex is 0.54, 0.14, 0.00, 0.00. Web safe color of #74dafe is #66ccff. Color #74dafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011010 11111110
Octal 164 332 376
Decimal 116 218 254
Hex 74 DA FE

RGB Percentages of Color #74dafe

%19.73
%37.07
%43.20

CMYK Percentages of Color #74dafe

%54
%14
%0
%0

Triadic Colors of #74dafe

#74dafe #fe74da #dafe74

Analogous Colors of #74dafe

#74dafe #7495fe #74fedd

Monochromatic Colors of #74dafe

#74dafe

Complementary Color

#74dafe #fe9874

#74dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dafe Color CSS Codes

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

#74dafe Text Font Color

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

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


#74dafe Background Color

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

This div background color is #74dafe


#74dafe Border Color

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

This div border color is #74dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.