Color Hex Logo

#75ceff Color Hex

#75CEFF
(117,206,255)
0 Favorites   0 Comments

Color spaces of #75ceff

RGB 117206255
HSL0.561.000.73
HSV201°54°100°
CMYK 0.540.190.00   0.00
XYZ47.457455.1445102.7504
Yxy55.14450.23110.2685
Hunter Lab74.2593-15.8787-30.0562
CIE-Lab79.1244-13.3529-32.1647

#75ceff color RGB value is (117,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001110 11111111
Octal 165 316 377
Decimal 117 206 255
Hex 75 CE FF

RGB Percentages of Color #75ceff

%20.24
%35.64
%44.12

CMYK Percentages of Color #75ceff

%54
%19
%0
%0

Triadic Colors of #75ceff

#75ceff #ff75ce #ceff75

Analogous Colors of #75ceff

#75ceff #7589ff #75ffeb

Monochromatic Colors of #75ceff

#75ceff

Complementary Color

#75ceff #ffa675

#75ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ceff Color CSS Codes

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

#75ceff Text Font Color

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

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


#75ceff Background Color

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

This div background color is #75ceff


#75ceff Border Color

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

This div border color is #75ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ceff


Comments

No comments written yet.

Please login to write comment.