Color Hex Logo

#4bade0 Color Hex

#4BADE0
(75,173,224)
0 Favorites   0 Comments

Color spaces of #4bade0

RGB 75173224
HSL0.560.710.59
HSV201°67°88°
CMYK 0.670.230.00   0.12
XYZ31.299836.764875.9677
Yxy36.76480.21730.2553
Hunter Lab60.6340-13.9662-31.8400
CIE-Lab67.1002-12.9108-34.1099

#4bade0 color RGB value is (75,173,224).

#4bade0 hex color red value is 75, green value is 173 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #4bade0 hue: 0.56 , saturation: 0.71 and the lightness value of 4bade0 is 0.59.

The process color (four color CMYK) of #4bade0 color hex is 0.67, 0.23, 0.00, 0.12. Web safe color of #4bade0 is #3399cc. Color #4bade0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 11100000
Octal 113 255 340
Decimal 75 173 224
Hex 4B AD E0

RGB Percentages of Color #4bade0

%15.89
%36.65
%47.46

CMYK Percentages of Color #4bade0

%67
%23
%0
%12

Triadic Colors of #4bade0

#4bade0 #e04bad #ade04b

Analogous Colors of #4bade0

#4bade0 #4b63e0 #4be0c9

Monochromatic Colors of #4bade0

#4bade0

Complementary Color

#4bade0 #e07e4b

#4bade0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bade0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bade0 Color CSS Codes

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

#4bade0 Text Font Color

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

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


#4bade0 Background Color

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

This div background color is #4bade0


#4bade0 Border Color

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

This div border color is #4bade0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bade0


Comments

No comments written yet.

Please login to write comment.