Color Hex Logo

#75fccc Color Hex

#75FCCC
(117,252,204)
0 Favorites   0 Comments

Color spaces of #75fccc

RGB 117252204
HSL0.440.960.72
HSV159°54°99°
CMYK 0.540.000.19   0.01
XYZ53.045677.762369.3406
Yxy77.76230.26500.3885
Hunter Lab88.1829-46.945215.1067
CIE-Lab90.6713-48.128611.8458

#75fccc color RGB value is (117,252,204).

#75fccc hex color red value is 117, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #75fccc hue: 0.44 , saturation: 0.96 and the lightness value of 75fccc is 0.72.

The process color (four color CMYK) of #75fccc color hex is 0.54, 0.00, 0.19, 0.01. Web safe color of #75fccc is #66ffcc. Color #75fccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111100 11001100
Octal 165 374 314
Decimal 117 252 204
Hex 75 FC CC

RGB Percentages of Color #75fccc

%20.42
%43.98
%35.60

CMYK Percentages of Color #75fccc

%54
%0
%19
%1

Triadic Colors of #75fccc

#75fccc #cc75fc #fccc75

Analogous Colors of #75fccc

#75fccc #75e9fc #75fc89

Monochromatic Colors of #75fccc

#75fccc

Complementary Color

#75fccc #fc75a5

#75fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fccc Color CSS Codes

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

#75fccc Text Font Color

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

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


#75fccc Background Color

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

This div background color is #75fccc


#75fccc Border Color

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

This div border color is #75fccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fccc


Comments

No comments written yet.

Please login to write comment.