Color Hex Logo

#75ddfd Color Hex

#75DDFD
(117,221,253)
0 Favorites   0 Comments

Color spaces of #75ddfd

RGB 117221253
HSL0.540.970.73
HSV194°54°99°
CMYK 0.540.130.00   0.01
XYZ50.922262.5867102.3251
Yxy62.58670.23590.2900
Hunter Lab79.1118-23.5497-21.3089
CIE-Lab83.2244-21.5979-24.8247

#75ddfd color RGB value is (117,221,253).

#75ddfd hex color red value is 117, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #75ddfd hue: 0.54 , saturation: 0.97 and the lightness value of 75ddfd is 0.73.

The process color (four color CMYK) of #75ddfd color hex is 0.54, 0.13, 0.00, 0.01. Web safe color of #75ddfd is #66ccff. Color #75ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011101 11111101
Octal 165 335 375
Decimal 117 221 253
Hex 75 DD FD

RGB Percentages of Color #75ddfd

%19.80
%37.39
%42.81

CMYK Percentages of Color #75ddfd

%54
%13
%0
%1

Triadic Colors of #75ddfd

#75ddfd #fd75dd #ddfd75

Analogous Colors of #75ddfd

#75ddfd #7599fd #75fdd9

Monochromatic Colors of #75ddfd

#75ddfd

Complementary Color

#75ddfd #fd9575

#75ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ddfd Color CSS Codes

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

#75ddfd Text Font Color

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

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


#75ddfd Background Color

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

This div background color is #75ddfd


#75ddfd Border Color

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

This div border color is #75ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ddfd


Comments

No comments written yet.

Please login to write comment.