Color Hex Logo

#75fbee Color Hex

#75FBEE
(117,251,238)
0 Favorites   0 Comments

Color spaces of #75fbee

RGB 117251238
HSL0.480.940.72
HSV174°53°98°
CMYK 0.530.000.05   0.02
XYZ57.265978.949393.1094
Yxy78.94930.24970.3443
Hunter Lab88.8534-40.45050.0675
CIE-Lab91.2113-39.8164-4.9871

#75fbee color RGB value is (117,251,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111011 11101110
Octal 165 373 356
Decimal 117 251 238
Hex 75 FB EE

RGB Percentages of Color #75fbee

%19.31
%41.42
%39.27

CMYK Percentages of Color #75fbee

%53
%0
%5
%2

Triadic Colors of #75fbee

#75fbee #ee75fb #fbee75

Analogous Colors of #75fbee

#75fbee #75c5fb #75fbab

Monochromatic Colors of #75fbee

#75fbee

Complementary Color

#75fbee #fb7582

#75fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fbee Color CSS Codes

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

#75fbee Text Font Color

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

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


#75fbee Background Color

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

This div background color is #75fbee


#75fbee Border Color

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

This div border color is #75fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fbee

Related Colors

#75fbee Color Palettes


Comments

No comments written yet.

Please login to write comment.