Color Hex Logo

#75cadd Color Hex

#75CADD
(117,202,221)
0 Favorites   0 Comments

Color spaces of #75cadd

RGB 117202221
HSL0.530.600.66
HSV191°47°87°
CMYK 0.470.090.00   0.13
XYZ41.507851.243476.1099
Yxy51.24340.24580.3035
Hunter Lab71.5845-21.7708-12.9290
CIE-Lab76.8262-20.7685-17.4515

#75cadd color RGB value is (117,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001010 11011101
Octal 165 312 335
Decimal 117 202 221
Hex 75 CA DD

RGB Percentages of Color #75cadd

%21.67
%37.41
%40.93

CMYK Percentages of Color #75cadd

%47
%9
%0
%13

Triadic Colors of #75cadd

#75cadd #dd75ca #cadd75

Analogous Colors of #75cadd

#75cadd #7596dd #75ddbc

Monochromatic Colors of #75cadd

#75cadd

Complementary Color

#75cadd #dd8875

#75cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cadd Color CSS Codes

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

#75cadd Text Font Color

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

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


#75cadd Background Color

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

This div background color is #75cadd


#75cadd Border Color

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

This div border color is #75cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cadd

#75cadd Color Palettes


Comments

No comments written yet.

Please login to write comment.