Color Hex Logo

#75dcda Color Hex

#75DCDA
(117,220,218)
0 Favorites   0 Comments

Color spaces of #75dcda

RGB 117220218
HSL0.500.600.66
HSV179°47°86°
CMYK 0.470.000.01   0.14
XYZ45.584260.030375.5141
Yxy60.03030.25170.3314
Hunter Lab77.4792-30.5698-3.5508
CIE-Lab81.8547-30.4103-8.3174

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

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

The process color (four color CMYK) of #75dcda color hex is 0.47, 0.00, 0.01, 0.14. Web safe color of #75dcda is #66cccc. Color #75dcda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011100 11011010
Octal 165 334 332
Decimal 117 220 218
Hex 75 DC DA

RGB Percentages of Color #75dcda

%21.08
%39.64
%39.28

CMYK Percentages of Color #75dcda

%47
%0
%1
%14

Triadic Colors of #75dcda

#75dcda #da75dc #dcda75

Analogous Colors of #75dcda

#75dcda #75abdc #75dca7

Monochromatic Colors of #75dcda

#75dcda

Complementary Color

#75dcda #dc7577

#75dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dcda Color CSS Codes

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

#75dcda Text Font Color

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

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


#75dcda Background Color

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

This div background color is #75dcda


#75dcda Border Color

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

This div border color is #75dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dcda


Comments

No comments written yet.

Please login to write comment.