Color Hex Logo

#75cebc Color Hex

#75CEBC
(117,206,188)
0 Favorites   0 Comments

Color spaces of #75cebc

RGB 117206188
HSL0.470.480.63
HSV168°43°81°
CMYK 0.430.000.09   0.19
XYZ38.484551.555455.4998
Yxy51.55540.26440.3542
Hunter Lab71.8021-29.98124.4329
CIE-Lab77.0142-31.02210.6072

#75cebc color RGB value is (117,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001110 10111100
Octal 165 316 274
Decimal 117 206 188
Hex 75 CE BC

RGB Percentages of Color #75cebc

%22.90
%40.31
%36.79

CMYK Percentages of Color #75cebc

%43
%0
%9
%19

Triadic Colors of #75cebc

#75cebc #bc75ce #cebc75

Analogous Colors of #75cebc

#75cebc #75b4ce #75ce90

Monochromatic Colors of #75cebc

#75cebc

Complementary Color

#75cebc #ce7587

#75cebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cebc Color CSS Codes

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

#75cebc Text Font Color

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

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


#75cebc Background Color

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

This div background color is #75cebc


#75cebc Border Color

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

This div border color is #75cebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,206,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 #75cebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cebc


Comments

No comments written yet.

Please login to write comment.