Color Hex Logo

#4baecb Color Hex

#4BAECB
(75,174,203)
0 Favorites   0 Comments

Color spaces of #4baecb

RGB 75174203
HSL0.540.550.55
HSV194°63°80°
CMYK 0.630.140.00   0.20
XYZ28.817236.079861.9452
Yxy36.07980.22720.2844
Hunter Lab60.0665-19.4800-19.0979
CIE-Lab66.5809-20.0537-23.3408

#4baecb color RGB value is (75,174,203).

#4baecb hex color red value is 75, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4baecb hue: 0.54 , saturation: 0.55 and the lightness value of 4baecb is 0.55.

The process color (four color CMYK) of #4baecb color hex is 0.63, 0.14, 0.00, 0.20. Web safe color of #4baecb is #3399cc. Color #4baecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101110 11001011
Octal 113 256 313
Decimal 75 174 203
Hex 4B AE CB

RGB Percentages of Color #4baecb

%16.59
%38.50
%44.91

CMYK Percentages of Color #4baecb

%63
%14
%0
%20

Triadic Colors of #4baecb

#4baecb #cb4bae #aecb4b

Analogous Colors of #4baecb

#4baecb #4b6ecb #4bcba8

Monochromatic Colors of #4baecb

#4baecb

Complementary Color

#4baecb #cb684b

#4baecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baecb Color CSS Codes

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

#4baecb Text Font Color

<p style="color:#4baecb">Text here</p>

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


#4baecb Background Color

<div style="background-color:#4baecb">
Div content here</div>

This div background color is #4baecb


#4baecb Border Color

<div style="border:3px solid #4baecb">
Div here</div>

This div border color is #4baecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baecb


Comments

No comments written yet.

Please login to write comment.