Color Hex Logo

#75ebfc Color Hex

#75EBFC
(117,235,252)
0 Favorites   0 Comments

Color spaces of #75ebfc

RGB 117235252
HSL0.520.960.72
HSV188°54°99°
CMYK 0.540.070.00   0.01
XYZ54.615170.2268102.7721
Yxy70.22680.23990.3085
Hunter Lab83.8014-30.3204-14.0509
CIE-Lab87.1080-28.7487-18.4138

#75ebfc color RGB value is (117,235,252).

#75ebfc hex color red value is 117, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #75ebfc hue: 0.52 , saturation: 0.96 and the lightness value of 75ebfc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101011 11111100
Octal 165 353 374
Decimal 117 235 252
Hex 75 EB FC

RGB Percentages of Color #75ebfc

%19.37
%38.91
%41.72

CMYK Percentages of Color #75ebfc

%54
%7
%0
%1

Triadic Colors of #75ebfc

#75ebfc #fc75eb #ebfc75

Analogous Colors of #75ebfc

#75ebfc #75a8fc #75fcca

Monochromatic Colors of #75ebfc

#75ebfc

Complementary Color

#75ebfc #fc8675

#75ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ebfc Color CSS Codes

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

#75ebfc Text Font Color

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

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


#75ebfc Background Color

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

This div background color is #75ebfc


#75ebfc Border Color

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

This div border color is #75ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ebfc


Comments

No comments written yet.

Please login to write comment.