Color Hex Logo

#75cfdc Color Hex

#75CFDC
(117,207,220)
0 Favorites   0 Comments

Color spaces of #75cfdc

RGB 117207220
HSL0.520.600.66
HSV188°47°86°
CMYK 0.470.060.00   0.14
XYZ42.567253.574975.8076
Yxy53.57490.24760.3116
Hunter Lab73.1949-24.2826-10.1700
CIE-Lab78.2132-23.5467-14.8249

#75cfdc color RGB value is (117,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001111 11011100
Octal 165 317 334
Decimal 117 207 220
Hex 75 CF DC

RGB Percentages of Color #75cfdc

%21.51
%38.05
%40.44

CMYK Percentages of Color #75cfdc

%47
%6
%0
%14

Triadic Colors of #75cfdc

#75cfdc #dc75cf #cfdc75

Analogous Colors of #75cfdc

#75cfdc #759cdc #75dcb6

Monochromatic Colors of #75cfdc

#75cfdc

Complementary Color

#75cfdc #dc8275

#75cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cfdc Color CSS Codes

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

#75cfdc Text Font Color

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

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


#75cfdc Background Color

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

This div background color is #75cfdc


#75cfdc Border Color

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

This div border color is #75cfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,207,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 #75cfdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cfdc


Comments

No comments written yet.

Please login to write comment.