Color Hex Logo

#75d5ce Color Hex

#75D5CE
(117,213,206)
0 Favorites   0 Comments

Color spaces of #75d5ce

RGB 117213206
HSL0.490.530.65
HSV176°45°84°
CMYK 0.450.000.03   0.16
XYZ42.270955.826666.9402
Yxy55.82660.25610.3383
Hunter Lab74.7172-29.7696-0.8167
CIE-Lab79.5150-30.0476-5.3803

#75d5ce color RGB value is (117,213,206).

#75d5ce hex color red value is 117, green value is 213 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #75d5ce hue: 0.49 , saturation: 0.53 and the lightness value of 75d5ce is 0.65.

The process color (four color CMYK) of #75d5ce color hex is 0.45, 0.00, 0.03, 0.16. Web safe color of #75d5ce is #66cccc. Color #75d5ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11010101 11001110
Octal 165 325 316
Decimal 117 213 206
Hex 75 D5 CE

RGB Percentages of Color #75d5ce

%21.83
%39.74
%38.43

CMYK Percentages of Color #75d5ce

%45
%0
%3
%16

Triadic Colors of #75d5ce

#75d5ce #ce75d5 #d5ce75

Analogous Colors of #75d5ce

#75d5ce #75acd5 #75d59e

Monochromatic Colors of #75d5ce

#75d5ce

Complementary Color

#75d5ce #d5757c

#75d5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75d5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#75d5ce Color CSS Codes

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

#75d5ce Text Font Color

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

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


#75d5ce Background Color

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

This div background color is #75d5ce


#75d5ce Border Color

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

This div border color is #75d5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75d5ce


Comments

No comments written yet.

Please login to write comment.