Color Hex Logo

#4baece Color Hex

#4BAECE
(75,174,206)
0 Favorites   0 Comments

Color spaces of #4baece

RGB 75174206
HSL0.540.570.55
HSV195°64°81°
CMYK 0.640.160.00   0.19
XYZ29.178336.224263.8466
Yxy36.22420.22580.2803
Hunter Lab60.1865-18.7901-20.7650
CIE-Lab66.6909-19.1307-24.8297

#4baece color RGB value is (75,174,206).

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

The process color (four color CMYK) of #4baece color hex is 0.64, 0.16, 0.00, 0.19. Web safe color of #4baece is #3399cc. Color #4baece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101110 11001110
Octal 113 256 316
Decimal 75 174 206
Hex 4B AE CE

RGB Percentages of Color #4baece

%16.48
%38.24
%45.27

CMYK Percentages of Color #4baece

%64
%16
%0
%19

Triadic Colors of #4baece

#4baece #ce4bae #aece4b

Analogous Colors of #4baece

#4baece #4b6dce #4bcead

Monochromatic Colors of #4baece

#4baece

Complementary Color

#4baece #ce6b4b

#4baece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baece Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baece Color CSS Codes

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

#4baece Text Font Color

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

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


#4baece Background Color

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

This div background color is #4baece


#4baece Border Color

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

This div border color is #4baece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baece


Comments

No comments written yet.

Please login to write comment.