Color Hex Logo

#75cdc9 Color Hex

#75CDC9
(117,205,201)
0 Favorites   0 Comments

Color spaces of #75cdc9

RGB 117205201
HSL0.490.470.63
HSV177°43°80°
CMYK 0.430.000.02   0.20
XYZ39.710151.661663.1371
Yxy51.66160.25700.3344
Hunter Lab71.8760-27.1652-1.7681
CIE-Lab77.0780-27.4115-6.2984

#75cdc9 color RGB value is (117,205,201).

#75cdc9 hex color red value is 117, green value is 205 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #75cdc9 hue: 0.49 , saturation: 0.47 and the lightness value of 75cdc9 is 0.63.

The process color (four color CMYK) of #75cdc9 color hex is 0.43, 0.00, 0.02, 0.20. Web safe color of #75cdc9 is #66cccc. Color #75cdc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001101 11001001
Octal 165 315 311
Decimal 117 205 201
Hex 75 CD C9

RGB Percentages of Color #75cdc9

%22.37
%39.20
%38.43

CMYK Percentages of Color #75cdc9

%43
%0
%2
%20

Triadic Colors of #75cdc9

#75cdc9 #c975cd #cdc975

Analogous Colors of #75cdc9

#75cdc9 #75a5cd #75cd9d

Monochromatic Colors of #75cdc9

#75cdc9

Complementary Color

#75cdc9 #cd7579

#75cdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cdc9 Color CSS Codes

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

#75cdc9 Text Font Color

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

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


#75cdc9 Background Color

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

This div background color is #75cdc9


#75cdc9 Border Color

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

This div border color is #75cdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cdc9


Comments

No comments written yet.

Please login to write comment.