Color Hex Logo

#4bdafd Color Hex

#4BDAFD
(75,218,253)
0 Favorites   0 Comments

Color spaces of #4bdafd

RGB 75218253
HSL0.530.980.64
HSV192°70°99°
CMYK 0.700.140.00   0.01
XYZ45.702758.7305101.8558
Yxy58.73050.22150.2847
Hunter Lab76.6358-27.6621-25.1566
CIE-Lab81.1432-27.0050-28.1130

#4bdafd color RGB value is (75,218,253).

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

The process color (four color CMYK) of #4bdafd color hex is 0.70, 0.14, 0.00, 0.01. Web safe color of #4bdafd is #33ccff. Color #4bdafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011010 11111101
Octal 113 332 375
Decimal 75 218 253
Hex 4B DA FD

RGB Percentages of Color #4bdafd

%13.74
%39.93
%46.34

CMYK Percentages of Color #4bdafd

%70
%14
%0
%1

Triadic Colors of #4bdafd

#4bdafd #fd4bda #dafd4b

Analogous Colors of #4bdafd

#4bdafd #4b81fd #4bfdc7

Monochromatic Colors of #4bdafd

#4bdafd

Complementary Color

#4bdafd #fd6e4b

#4bdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdafd Color CSS Codes

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

#4bdafd Text Font Color

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

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


#4bdafd Background Color

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

This div background color is #4bdafd


#4bdafd Border Color

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

This div border color is #4bdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdafd


Comments

No comments written yet.

Please login to write comment.