Color Hex Logo

#74dfed Color Hex

#74DFED
(116,223,237)
0 Favorites   0 Comments

Color spaces of #74dfed

RGB 116223237
HSL0.520.770.69
HSV187°51°93°
CMYK 0.510.060.00   0.07
XYZ48.876262.602889.6283
Yxy62.60280.24300.3113
Hunter Lab79.1219-28.1981-11.7776
CIE-Lab83.2330-27.1479-16.3470

#74dfed color RGB value is (116,223,237).

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

The process color (four color CMYK) of #74dfed color hex is 0.51, 0.06, 0.00, 0.07. Web safe color of #74dfed is #66ccff. Color #74dfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011111 11101101
Octal 164 337 355
Decimal 116 223 237
Hex 74 DF ED

RGB Percentages of Color #74dfed

%20.14
%38.72
%41.15

CMYK Percentages of Color #74dfed

%51
%6
%0
%7

Triadic Colors of #74dfed

#74dfed #ed74df #dfed74

Analogous Colors of #74dfed

#74dfed #74a3ed #74edbf

Monochromatic Colors of #74dfed

#74dfed

Complementary Color

#74dfed #ed8274

#74dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dfed Color CSS Codes

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

#74dfed Text Font Color

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

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


#74dfed Background Color

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

This div background color is #74dfed


#74dfed Border Color

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

This div border color is #74dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dfed


Comments

No comments written yet.

Please login to write comment.