Color Hex Logo

#75cbcc Color Hex

#75CBCC
(117,203,204)
0 Favorites   0 Comments

Color spaces of #75cbcc

RGB 117203204
HSL0.500.460.63
HSV181°43°80°
CMYK 0.430.000.00   0.20
XYZ39.591150.853464.8558
Yxy50.85340.25490.3275
Hunter Lab71.3116-25.6948-4.0044
CIE-Lab76.5901-25.6821-8.6394

#75cbcc color RGB value is (117,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001011 11001100
Octal 165 313 314
Decimal 117 203 204
Hex 75 CB CC

RGB Percentages of Color #75cbcc

%22.33
%38.74
%38.93

CMYK Percentages of Color #75cbcc

%43
%0
%0
%20

Triadic Colors of #75cbcc

#75cbcc #cc75cb #cbcc75

Analogous Colors of #75cbcc

#75cbcc #75a0cc #75cca2

Monochromatic Colors of #75cbcc

#75cbcc

Complementary Color

#75cbcc #cc7675

#75cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cbcc Color CSS Codes

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

#75cbcc Text Font Color

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

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


#75cbcc Background Color

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

This div background color is #75cbcc


#75cbcc Border Color

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

This div border color is #75cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cbcc


Comments

No comments written yet.

Please login to write comment.