Color Hex Logo

#75ccde Color Hex

#75CCDE
(117,204,222)
0 Favorites   0 Comments

Color spaces of #75ccde

RGB 117204222
HSL0.530.610.66
HSV190°47°87°
CMYK 0.470.080.00   0.13
XYZ42.113852.241676.9712
Yxy52.24160.24580.3049
Hunter Lab72.2784-22.4821-12.5447
CIE-Lab77.4251-21.5126-17.0860

#75ccde color RGB value is (117,204,222).

#75ccde hex color red value is 117, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #75ccde hue: 0.53 , saturation: 0.61 and the lightness value of 75ccde is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001100 11011110
Octal 165 314 336
Decimal 117 204 222
Hex 75 CC DE

RGB Percentages of Color #75ccde

%21.55
%37.57
%40.88

CMYK Percentages of Color #75ccde

%47
%8
%0
%13

Triadic Colors of #75ccde

#75ccde #de75cc #ccde75

Analogous Colors of #75ccde

#75ccde #7598de #75debc

Monochromatic Colors of #75ccde

#75ccde

Complementary Color

#75ccde #de8775

#75ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ccde Color CSS Codes

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

#75ccde Text Font Color

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

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


#75ccde Background Color

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

This div background color is #75ccde


#75ccde Border Color

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

This div border color is #75ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ccde


Comments

No comments written yet.

Please login to write comment.