Color Hex Logo

#4baefd Color Hex

#4BAEFD
(75,174,253)
0 Favorites   0 Comments

Color spaces of #4baefd

RGB 75174253
HSL0.570.980.64
HSV207°70°99°
CMYK 0.700.310.00   0.01
XYZ35.767338.859898.5441
Yxy38.85980.20650.2244
Hunter Lab62.3376-6.6734-50.0900
CIE-Lab68.6496-3.8866-47.5105

#4baefd color RGB value is (75,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101110 11111101
Octal 113 256 375
Decimal 75 174 253
Hex 4B AE FD

RGB Percentages of Color #4baefd

%14.94
%34.66
%50.40

CMYK Percentages of Color #4baefd

%70
%31
%0
%1

Triadic Colors of #4baefd

#4baefd #fd4bae #aefd4b

Analogous Colors of #4baefd

#4baefd #4b55fd #4bfdf3

Monochromatic Colors of #4baefd

#4baefd

Complementary Color

#4baefd #fd9a4b

#4baefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baefd Color CSS Codes

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

#4baefd Text Font Color

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

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


#4baefd Background Color

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

This div background color is #4baefd


#4baefd Border Color

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

This div border color is #4baefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baefd


Comments

No comments written yet.

Please login to write comment.