Color Hex Logo

#75cecd Color Hex

#75CECD
(117,206,205)
0 Favorites   0 Comments

Color spaces of #75cecd

RGB 117206205
HSL0.500.480.63
HSV179°43°81°
CMYK 0.430.000.00   0.19
XYZ40.426952.332365.7280
Yxy52.33230.25510.3302
Hunter Lab72.3411-26.8444-3.2313
CIE-Lab77.4791-26.9046-7.8577

#75cecd color RGB value is (117,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001110 11001101
Octal 165 316 315
Decimal 117 206 205
Hex 75 CE CD

RGB Percentages of Color #75cecd

%22.16
%39.02
%38.83

CMYK Percentages of Color #75cecd

%43
%0
%0
%19

Triadic Colors of #75cecd

#75cecd #cd75ce #cecd75

Analogous Colors of #75cecd

#75cecd #75a3ce #75cea1

Monochromatic Colors of #75cecd

#75cecd

Complementary Color

#75cecd #ce7576

#75cecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cecd Color CSS Codes

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

#75cecd Text Font Color

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

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


#75cecd Background Color

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

This div background color is #75cecd


#75cecd Border Color

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

This div border color is #75cecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cecd


Comments

No comments written yet.

Please login to write comment.