Color Hex Logo

#75cfab Color Hex

#75CFAB
(117,207,171)
0 Favorites   0 Comments

Color spaces of #75cfab

RGB 117207171
HSL0.430.480.64
HSV156°43°81°
CMYK 0.430.000.17   0.19
XYZ36.999651.347846.4891
Yxy51.34780.27440.3808
Hunter Lab71.6574-33.233711.6946
CIE-Lab76.8892-35.30339.5531

#75cfab color RGB value is (117,207,171).

#75cfab hex color red value is 117, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #75cfab hue: 0.43 , saturation: 0.48 and the lightness value of 75cfab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001111 10101011
Octal 165 317 253
Decimal 117 207 171
Hex 75 CF AB

RGB Percentages of Color #75cfab

%23.64
%41.82
%34.55

CMYK Percentages of Color #75cfab

%43
%0
%17
%19

Triadic Colors of #75cfab

#75cfab #ab75cf #cfab75

Analogous Colors of #75cfab

#75cfab #75c6cf #75cf7e

Monochromatic Colors of #75cfab

#75cfab

Complementary Color

#75cfab #cf7599

#75cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cfab Color CSS Codes

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

#75cfab Text Font Color

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

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


#75cfab Background Color

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

This div background color is #75cfab


#75cfab Border Color

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

This div border color is #75cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cfab


Comments

No comments written yet.

Please login to write comment.