Color Hex Logo

#4baaed Color Hex

#4BAAED
(75,170,237)
0 Favorites   0 Comments

Color spaces of #4baaed

RGB 75170237
HSL0.570.820.61
HSV205°68°93°
CMYK 0.680.280.00   0.07
XYZ32.562436.359785.4227
Yxy36.35970.21100.2356
Hunter Lab60.2990-9.1305-41.7840
CIE-Lab66.7939-7.0087-41.7115

#4baaed color RGB value is (75,170,237).

#4baaed hex color red value is 75, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4baaed hue: 0.57 , saturation: 0.82 and the lightness value of 4baaed is 0.61.

The process color (four color CMYK) of #4baaed color hex is 0.68, 0.28, 0.00, 0.07. Web safe color of #4baaed is #3399ff. Color #4baaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 11101101
Octal 113 252 355
Decimal 75 170 237
Hex 4B AA ED

RGB Percentages of Color #4baaed

%15.56
%35.27
%49.17

CMYK Percentages of Color #4baaed

%68
%28
%0
%7

Triadic Colors of #4baaed

#4baaed #ed4baa #aaed4b

Analogous Colors of #4baaed

#4baaed #4b59ed #4beddf

Monochromatic Colors of #4baaed

#4baaed

Complementary Color

#4baaed #ed8e4b

#4baaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baaed Color CSS Codes

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

#4baaed Text Font Color

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

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


#4baaed Background Color

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

This div background color is #4baaed


#4baaed Border Color

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

This div border color is #4baaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baaed


Comments

No comments written yet.

Please login to write comment.