Color Hex Logo

#75b2ce Color Hex

#75B2CE
(117,178,206)
0 Favorites   0 Comments

Color spaces of #75b2ce

RGB 117178206
HSL0.550.480.63
HSV199°43°81°
CMYK 0.430.140.00   0.19
XYZ34.397140.078964.3156
Yxy40.07890.24780.2888
Hunter Lab63.3079-13.8044-15.9182
CIE-Lab69.5257-12.3326-20.3510

#75b2ce color RGB value is (117,178,206).

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

The process color (four color CMYK) of #75b2ce color hex is 0.43, 0.14, 0.00, 0.19. Web safe color of #75b2ce is #6699cc. Color #75b2ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10110010 11001110
Octal 165 262 316
Decimal 117 178 206
Hex 75 B2 CE

RGB Percentages of Color #75b2ce

%23.35
%35.53
%41.12

CMYK Percentages of Color #75b2ce

%43
%14
%0
%19

Triadic Colors of #75b2ce

#75b2ce #ce75b2 #b2ce75

Analogous Colors of #75b2ce

#75b2ce #7586ce #75cebe

Monochromatic Colors of #75b2ce

#75b2ce

Complementary Color

#75b2ce #ce9175

#75b2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75b2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#75b2ce Color CSS Codes

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

#75b2ce Text Font Color

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

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


#75b2ce Background Color

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

This div background color is #75b2ce


#75b2ce Border Color

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

This div border color is #75b2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75b2ce


Comments

No comments written yet.

Please login to write comment.