Color Hex Logo

#4baafd Color Hex

#4BAAFD
(75,170,253)
0 Favorites   0 Comments

Color spaces of #4baafd

RGB 75170253
HSL0.580.980.64
HSV208°70°99°
CMYK 0.700.330.00   0.01
XYZ35.006037.337298.2903
Yxy37.33720.20520.2188
Hunter Lab61.1042-4.6714-52.5992
CIE-Lab67.5292-1.6371-49.2759

#4baafd color RGB value is (75,170,253).

#4baafd hex color red value is 75, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4baafd hue: 0.58 , saturation: 0.98 and the lightness value of 4baafd is 0.64.

The process color (four color CMYK) of #4baafd color hex is 0.70, 0.33, 0.00, 0.01. Web safe color of #4baafd is #3399ff. Color #4baafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 11111101
Octal 113 252 375
Decimal 75 170 253
Hex 4B AA FD

RGB Percentages of Color #4baafd

%15.06
%34.14
%50.80

CMYK Percentages of Color #4baafd

%70
%33
%0
%1

Triadic Colors of #4baafd

#4baafd #fd4baa #aafd4b

Analogous Colors of #4baafd

#4baafd #4b51fd #4bfdf7

Monochromatic Colors of #4baafd

#4baafd

Complementary Color

#4baafd #fd9e4b

#4baafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baafd Color CSS Codes

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

#4baafd Text Font Color

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

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


#4baafd Background Color

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

This div background color is #4baafd


#4baafd Border Color

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

This div border color is #4baafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baafd


Comments

No comments written yet.

Please login to write comment.