Color Hex Logo

#75cebf Color Hex

#75CEBF
(117,206,191)
0 Favorites   0 Comments

Color spaces of #75cebf

RGB 117206191
HSL0.470.480.63
HSV170°43°81°
CMYK 0.430.000.07   0.19
XYZ38.811451.686157.2211
Yxy51.68610.26270.3499
Hunter Lab71.8930-29.44983.1350
CIE-Lab77.0928-30.3162-0.8922

#75cebf color RGB value is (117,206,191).

#75cebf hex color red value is 117, green value is 206 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #75cebf hue: 0.47 , saturation: 0.48 and the lightness value of 75cebf is 0.63.

The process color (four color CMYK) of #75cebf color hex is 0.43, 0.00, 0.07, 0.19. Web safe color of #75cebf is #66cccc. Color #75cebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001110 10111111
Octal 165 316 277
Decimal 117 206 191
Hex 75 CE BF

RGB Percentages of Color #75cebf

%22.76
%40.08
%37.16

CMYK Percentages of Color #75cebf

%43
%0
%7
%19

Triadic Colors of #75cebf

#75cebf #bf75ce #cebf75

Analogous Colors of #75cebf

#75cebf #75b1ce #75ce93

Monochromatic Colors of #75cebf

#75cebf

Complementary Color

#75cebf #ce7584

#75cebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cebf Color CSS Codes

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

#75cebf Text Font Color

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

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


#75cebf Background Color

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

This div background color is #75cebf


#75cebf Border Color

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

This div border color is #75cebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cebf


Comments

No comments written yet.

Please login to write comment.