Color Hex Logo

#75aecb Color Hex

#75AECB
(117,174,203)
0 Favorites   0 Comments

Color spaces of #75aecb

RGB 117174203
HSL0.560.450.63
HSV200°42°80°
CMYK 0.420.140.00   0.20
XYZ33.251738.365862.1527
Yxy38.36580.24860.2868
Hunter Lab61.9401-12.5700-16.1354
CIE-Lab68.2894-11.0033-20.5800

#75aecb color RGB value is (117,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101110 11001011
Octal 165 256 313
Decimal 117 174 203
Hex 75 AE CB

RGB Percentages of Color #75aecb

%23.68
%35.22
%41.09

CMYK Percentages of Color #75aecb

%42
%14
%0
%20

Triadic Colors of #75aecb

#75aecb #cb75ae #aecb75

Analogous Colors of #75aecb

#75aecb #7583cb #75cbbd

Monochromatic Colors of #75aecb

#75aecb

Complementary Color

#75aecb #cb9275

#75aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aecb Color CSS Codes

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

#75aecb Text Font Color

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

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


#75aecb Background Color

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

This div background color is #75aecb


#75aecb Border Color

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

This div border color is #75aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aecb


Comments

No comments written yet.

Please login to write comment.