Color Hex Logo

#4bade1 Color Hex

#4BADE1
(75,173,225)
0 Favorites   0 Comments

Color spaces of #4bade1

RGB 75173225
HSL0.560.710.59
HSV201°67°88°
CMYK 0.670.230.00   0.12
XYZ31.435836.819276.6841
Yxy36.81920.21690.2540
Hunter Lab60.6788-13.7127-32.4538
CIE-Lab67.1412-12.5880-34.5951

#4bade1 color RGB value is (75,173,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 11100001
Octal 113 255 341
Decimal 75 173 225
Hex 4B AD E1

RGB Percentages of Color #4bade1

%15.86
%36.58
%47.57

CMYK Percentages of Color #4bade1

%67
%23
%0
%12

Triadic Colors of #4bade1

#4bade1 #e14bad #ade14b

Analogous Colors of #4bade1

#4bade1 #4b62e1 #4be1ca

Monochromatic Colors of #4bade1

#4bade1

Complementary Color

#4bade1 #e17f4b

#4bade1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bade1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bade1 Color CSS Codes

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

#4bade1 Text Font Color

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

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


#4bade1 Background Color

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

This div background color is #4bade1


#4bade1 Border Color

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

This div border color is #4bade1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bade1


Comments

No comments written yet.

Please login to write comment.