Color Hex Logo

#75ccda Color Hex

#75CCDA
(117,204,218)
0 Favorites   0 Comments

Color spaces of #75ccda

RGB 117204218
HSL0.520.580.66
HSV188°46°85°
CMYK 0.460.060.00   0.15
XYZ41.583952.029674.1807
Yxy52.02960.24780.3101
Hunter Lab72.1315-23.3248-10.4823
CIE-Lab77.2985-22.5727-15.1246

#75ccda color RGB value is (117,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001100 11011010
Octal 165 314 332
Decimal 117 204 218
Hex 75 CC DA

RGB Percentages of Color #75ccda

%21.71
%37.85
%40.45

CMYK Percentages of Color #75ccda

%46
%6
%0
%15

Triadic Colors of #75ccda

#75ccda #da75cc #ccda75

Analogous Colors of #75ccda

#75ccda #759ada #75dab6

Monochromatic Colors of #75ccda

#75ccda

Complementary Color

#75ccda #da8375

#75ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ccda Color CSS Codes

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

#75ccda Text Font Color

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

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


#75ccda Background Color

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

This div background color is #75ccda


#75ccda Border Color

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

This div border color is #75ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ccda


Comments

No comments written yet.

Please login to write comment.