Color Hex Logo

#75fffd Color Hex

#75FFFD
(117,255,253)
0 Favorites   0 Comments

Color spaces of #75fffd

RGB 117255253
HSL0.501.000.73
HSV179°54°100°
CMYK 0.540.000.01   0.00
XYZ60.825782.3938105.6262
Yxy82.39380.24440.3311
Hunter Lab90.7710-39.2364-5.4534
CIE-Lab92.7484-37.8665-10.4885

#75fffd color RGB value is (117,255,253).

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

The process color (four color CMYK) of #75fffd color hex is 0.54, 0.00, 0.01, 0.00. Web safe color of #75fffd is #66ffff. Color #75fffd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111111 11111101
Octal 165 377 375
Decimal 117 255 253
Hex 75 FF FD

RGB Percentages of Color #75fffd

%18.72
%40.80
%40.48

CMYK Percentages of Color #75fffd

%54
%0
%1
%0

Triadic Colors of #75fffd

#75fffd #fd75ff #fffd75

Analogous Colors of #75fffd

#75fffd #75bcff #75ffb8

Monochromatic Colors of #75fffd

#75fffd

Complementary Color

#75fffd #ff7577

#75fffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fffd Color CSS Codes

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

#75fffd Text Font Color

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

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


#75fffd Background Color

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

This div background color is #75fffd


#75fffd Border Color

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

This div border color is #75fffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fffd

Related Colors


Comments

No comments written yet.

Please login to write comment.