Color Hex Logo

#74dada Color Hex

#74DADA
(116,218,218)
0 Favorites   0 Comments

Color spaces of #74dada

RGB 116218218
HSL0.500.580.65
HSV180°47°85°
CMYK 0.470.000.00   0.15
XYZ44.928858.917875.3339
Yxy58.91780.25070.3288
Hunter Lab76.7579-29.8448-4.4595
CIE-Lab81.2464-29.6732-9.2252

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

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

The process color (four color CMYK) of #74dada color hex is 0.47, 0.00, 0.00, 0.15. Web safe color of #74dada is #66cccc. Color #74dada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011010 11011010
Octal 164 332 332
Decimal 116 218 218
Hex 74 DA DA

RGB Percentages of Color #74dada

%21.01
%39.49
%39.49

CMYK Percentages of Color #74dada

%47
%0
%0
%15

Triadic Colors of #74dada

#74dada #da74da #dada74

Analogous Colors of #74dada

#74dada #74a7da #74daa7

Monochromatic Colors of #74dada

#74dada

Complementary Color

#74dada #da7474

#74dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#74dada Color CSS Codes

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

#74dada Text Font Color

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

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


#74dada Background Color

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

This div background color is #74dada


#74dada Border Color

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

This div border color is #74dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74dada


Comments

No comments written yet.

Please login to write comment.