Color Hex Logo

#4baaef Color Hex

#4BAAEF
(75,170,239)
0 Favorites   0 Comments

Color spaces of #4baaef

RGB 75170239
HSL0.570.840.62
HSV205°69°94°
CMYK 0.690.290.00   0.06
XYZ32.856436.477386.9705
Yxy36.47730.21020.2334
Hunter Lab60.3964-8.5876-43.0997
CIE-Lab66.8830-6.3432-42.6652

#4baaef color RGB value is (75,170,239).

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

The process color (four color CMYK) of #4baaef color hex is 0.69, 0.29, 0.00, 0.06. Web safe color of #4baaef is #3399ff. Color #4baaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 11101111
Octal 113 252 357
Decimal 75 170 239
Hex 4B AA EF

RGB Percentages of Color #4baaef

%15.50
%35.12
%49.38

CMYK Percentages of Color #4baaef

%69
%29
%0
%6

Triadic Colors of #4baaef

#4baaef #ef4baa #aaef4b

Analogous Colors of #4baaef

#4baaef #4b58ef #4befe2

Monochromatic Colors of #4baaef

#4baaef

Complementary Color

#4baaef #ef904b

#4baaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baaef Color CSS Codes

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

#4baaef Text Font Color

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

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


#4baaef Background Color

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

This div background color is #4baaef


#4baaef Border Color

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

This div border color is #4baaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baaef


Comments

No comments written yet.

Please login to write comment.