Color Hex Logo

#74dadd Color Hex

#74DADD
(116,218,221)
0 Favorites   0 Comments

Color spaces of #74dadd

RGB 116218221
HSL0.500.610.66
HSV182°48°87°
CMYK 0.480.010.00   0.13
XYZ45.325059.076377.4206
Yxy59.07630.24930.3249
Hunter Lab76.8611-29.2455-5.9188
CIE-Lab81.3335-28.9072-10.6934

#74dadd color RGB value is (116,218,221).

#74dadd hex color red value is 116, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #74dadd hue: 0.50 , saturation: 0.61 and the lightness value of 74dadd is 0.66.

The process color (four color CMYK) of #74dadd color hex is 0.48, 0.01, 0.00, 0.13. Web safe color of #74dadd is #66cccc. Color #74dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011010 11011101
Octal 164 332 335
Decimal 116 218 221
Hex 74 DA DD

RGB Percentages of Color #74dadd

%20.90
%39.28
%39.82

CMYK Percentages of Color #74dadd

%48
%1
%0
%13

Triadic Colors of #74dadd

#74dadd #dd74da #dadd74

Analogous Colors of #74dadd

#74dadd #74a6dd #74ddac

Monochromatic Colors of #74dadd

#74dadd

Complementary Color

#74dadd #dd7774

#74dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dadd Color CSS Codes

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

#74dadd Text Font Color

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

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


#74dadd Background Color

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

This div background color is #74dadd


#74dadd Border Color

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

This div border color is #74dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dadd


Comments

No comments written yet.

Please login to write comment.