Color Hex Logo

#75fcdd Color Hex

#75FCDD
(117,252,221)
0 Favorites   0 Comments

Color spaces of #75fcdd

RGB 117252221
HSL0.460.960.72
HSV166°54°99°
CMYK 0.540.000.12   0.01
XYZ55.197778.623280.6732
Yxy78.62320.25730.3666
Hunter Lab88.6697-44.05428.1258
CIE-Lab91.0635-44.32573.6168

#75fcdd color RGB value is (117,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111100 11011101
Octal 165 374 335
Decimal 117 252 221
Hex 75 FC DD

RGB Percentages of Color #75fcdd

%19.83
%42.71
%37.46

CMYK Percentages of Color #75fcdd

%54
%0
%12
%1

Triadic Colors of #75fcdd

#75fcdd #dd75fc #fcdd75

Analogous Colors of #75fcdd

#75fcdd #75d8fc #75fc9a

Monochromatic Colors of #75fcdd

#75fcdd

Complementary Color

#75fcdd #fc7594

#75fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fcdd Color CSS Codes

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

#75fcdd Text Font Color

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

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


#75fcdd Background Color

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

This div background color is #75fcdd


#75fcdd Border Color

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

This div border color is #75fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fcdd


Comments

No comments written yet.

Please login to write comment.