Color Hex Logo

#75cdbc Color Hex

#75CDBC
(117,205,188)
0 Favorites   0 Comments

Color spaces of #75cdbc

RGB 117205188
HSL0.470.470.63
HSV168°43°80°
CMYK 0.430.000.08   0.20
XYZ38.244551.075455.4198
Yxy51.07540.26420.3529
Hunter Lab71.4671-29.54584.0500
CIE-Lab76.7247-30.54450.1848

#75cdbc color RGB value is (117,205,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001101 10111100
Octal 165 315 274
Decimal 117 205 188
Hex 75 CD BC

RGB Percentages of Color #75cdbc

%22.94
%40.20
%36.86

CMYK Percentages of Color #75cdbc

%43
%0
%8
%20

Triadic Colors of #75cdbc

#75cdbc #bc75cd #cdbc75

Analogous Colors of #75cdbc

#75cdbc #75b2cd #75cd90

Monochromatic Colors of #75cdbc

#75cdbc

Complementary Color

#75cdbc #cd7586

#75cdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cdbc Color CSS Codes

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

#75cdbc Text Font Color

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

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


#75cdbc Background Color

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

This div background color is #75cdbc


#75cdbc Border Color

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

This div border color is #75cdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cdbc


Comments

No comments written yet.

Please login to write comment.