Color Hex Logo

#75ddfb Color Hex

#75DDFB
(117,221,251)
0 Favorites   0 Comments

Color spaces of #75ddfb

RGB 117221251
HSL0.540.940.72
HSV193°53°98°
CMYK 0.530.120.00   0.02
XYZ50.605262.4598100.6556
Yxy62.45980.23680.2922
Hunter Lab79.0315-24.0086-20.1905
CIE-Lab83.1573-22.1530-23.8691

#75ddfb color RGB value is (117,221,251).

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

The process color (four color CMYK) of #75ddfb color hex is 0.53, 0.12, 0.00, 0.02. Web safe color of #75ddfb is #66ccff. Color #75ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011101 11111011
Octal 165 335 373
Decimal 117 221 251
Hex 75 DD FB

RGB Percentages of Color #75ddfb

%19.86
%37.52
%42.61

CMYK Percentages of Color #75ddfb

%53
%12
%0
%2

Triadic Colors of #75ddfb

#75ddfb #fb75dd #ddfb75

Analogous Colors of #75ddfb

#75ddfb #759afb #75fbd6

Monochromatic Colors of #75ddfb

#75ddfb

Complementary Color

#75ddfb #fb9375

#75ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ddfb Color CSS Codes

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

#75ddfb Text Font Color

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

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


#75ddfb Background Color

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

This div background color is #75ddfb


#75ddfb Border Color

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

This div border color is #75ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ddfb


Comments

No comments written yet.

Please login to write comment.