Color Hex Logo

#75dada Color Hex

#75DADA
(117,218,218)
0 Favorites   0 Comments

Color spaces of #75dada

RGB 117218218
HSL0.500.580.66
HSV180°46°85°
CMYK 0.460.000.00   0.15
XYZ45.062458.986775.3402
Yxy58.98670.25120.3288
Hunter Lab76.8028-29.6738-4.3989
CIE-Lab81.2843-29.4509-9.1648

#75dada color RGB value is (117,218,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011010 11011010
Octal 165 332 332
Decimal 117 218 218
Hex 75 DA DA

RGB Percentages of Color #75dada

%21.16
%39.42
%39.42

CMYK Percentages of Color #75dada

%46
%0
%0
%15

Triadic Colors of #75dada

#75dada #da75da #dada75

Analogous Colors of #75dada

#75dada #75a8da #75daa8

Monochromatic Colors of #75dada

#75dada

Complementary Color

#75dada #da7575

#75dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dada Color CSS Codes

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

#75dada Text Font Color

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

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


#75dada Background Color

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

This div background color is #75dada


#75dada Border Color

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

This div border color is #75dada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,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 #75dada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dada


Comments

No comments written yet.

Please login to write comment.