Color Hex Logo

#75cedc Color Hex

#75CEDC
(117,206,220)
0 Favorites   0 Comments

Color spaces of #75cedc

RGB 117206220
HSL0.520.600.66
HSV188°47°86°
CMYK 0.470.060.00   0.14
XYZ42.325753.091875.7271
Yxy53.09180.24730.3102
Hunter Lab72.8641-23.8242-10.6147
CIE-Lab77.9292-23.0472-15.2518

#75cedc color RGB value is (117,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001110 11011100
Octal 165 316 334
Decimal 117 206 220
Hex 75 CE DC

RGB Percentages of Color #75cedc

%21.55
%37.94
%40.52

CMYK Percentages of Color #75cedc

%47
%6
%0
%14

Triadic Colors of #75cedc

#75cedc #dc75ce #cedc75

Analogous Colors of #75cedc

#75cedc #759bdc #75dcb7

Monochromatic Colors of #75cedc

#75cedc

Complementary Color

#75cedc #dc8375

#75cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cedc Color CSS Codes

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

#75cedc Text Font Color

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

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


#75cedc Background Color

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

This div background color is #75cedc


#75cedc Border Color

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

This div border color is #75cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cedc


Comments

No comments written yet.

Please login to write comment.