Color Hex Logo

#75cdfe Color Hex

#75CDFE
(117,205,254)
0 Favorites   0 Comments

Color spaces of #75cdfe

RGB 117205254
HSL0.560.990.73
HSV201°54°100°
CMYK 0.540.190.00   0.00
XYZ47.056854.6003101.8247
Yxy54.60030.23130.2683
Hunter Lab73.8920-15.6365-29.9784
CIE-Lab78.8105-13.1189-32.1151

#75cdfe color RGB value is (117,205,254).

#75cdfe hex color red value is 117, green value is 205 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #75cdfe hue: 0.56 , saturation: 0.99 and the lightness value of 75cdfe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001101 11111110
Octal 165 315 376
Decimal 117 205 254
Hex 75 CD FE

RGB Percentages of Color #75cdfe

%20.31
%35.59
%44.10

CMYK Percentages of Color #75cdfe

%54
%19
%0
%0

Triadic Colors of #75cdfe

#75cdfe #fe75cd #cdfe75

Analogous Colors of #75cdfe

#75cdfe #7589fe #75feeb

Monochromatic Colors of #75cdfe

#75cdfe

Complementary Color

#75cdfe #fea675

#75cdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cdfe Color CSS Codes

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

#75cdfe Text Font Color

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

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


#75cdfe Background Color

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

This div background color is #75cdfe


#75cdfe Border Color

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

This div border color is #75cdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.