Color Hex Logo

#4baeda Color Hex

#4BAEDA
(75,174,218)
0 Favorites   0 Comments

Color spaces of #4baeda

RGB 75174218
HSL0.550.660.57
HSV198°66°85°
CMYK 0.660.200.00   0.15
XYZ30.692636.829971.8209
Yxy36.82990.22030.2643
Hunter Lab60.6876-15.9275-27.6855
CIE-Lab67.1492-15.3694-30.7372

#4baeda color RGB value is (75,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101110 11011010
Octal 113 256 332
Decimal 75 174 218
Hex 4B AE DA

RGB Percentages of Color #4baeda

%16.06
%37.26
%46.68

CMYK Percentages of Color #4baeda

%66
%20
%0
%15

Triadic Colors of #4baeda

#4baeda #da4bae #aeda4b

Analogous Colors of #4baeda

#4baeda #4b67da #4bdabf

Monochromatic Colors of #4baeda

#4baeda

Complementary Color

#4baeda #da774b

#4baeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baeda Color CSS Codes

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

#4baeda Text Font Color

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

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


#4baeda Background Color

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

This div background color is #4baeda


#4baeda Border Color

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

This div border color is #4baeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baeda


Comments

No comments written yet.

Please login to write comment.