Color Hex Logo

#75fbeb Color Hex

#75FBEB
(117,251,235)
0 Favorites   0 Comments

Color spaces of #75fbeb

RGB 117251235
HSL0.480.940.72
HSV173°53°98°
CMYK 0.530.000.06   0.02
XYZ56.828778.774490.8071
Yxy78.77440.25100.3479
Hunter Lab88.7549-41.02981.4676
CIE-Lab91.1321-40.5524-3.5459

#75fbeb color RGB value is (117,251,235).

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

The process color (four color CMYK) of #75fbeb color hex is 0.53, 0.00, 0.06, 0.02. Web safe color of #75fbeb is #66ffff. Color #75fbeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111011 11101011
Octal 165 373 353
Decimal 117 251 235
Hex 75 FB EB

RGB Percentages of Color #75fbeb

%19.40
%41.63
%38.97

CMYK Percentages of Color #75fbeb

%53
%0
%6
%2

Triadic Colors of #75fbeb

#75fbeb #eb75fb #fbeb75

Analogous Colors of #75fbeb

#75fbeb #75c8fb #75fba8

Monochromatic Colors of #75fbeb

#75fbeb

Complementary Color

#75fbeb #fb7585

#75fbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fbeb Color CSS Codes

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

#75fbeb Text Font Color

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

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


#75fbeb Background Color

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

This div background color is #75fbeb


#75fbeb Border Color

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

This div border color is #75fbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fbeb


Comments

No comments written yet.

Please login to write comment.