Color Hex Logo

#4baded Color Hex

#4BADED
(75,173,237)
0 Favorites   0 Comments

Color spaces of #4baded

RGB 75173237
HSL0.570.820.61
HSV204°68°93°
CMYK 0.680.270.00   0.07
XYZ33.131337.497485.6123
Yxy37.49740.21210.2400
Hunter Lab61.2351-10.5839-40.0283
CIE-Lab67.6485-8.6669-40.3743

#4baded color RGB value is (75,173,237).

#4baded hex color red value is 75, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4baded hue: 0.57 , saturation: 0.82 and the lightness value of 4baded is 0.61.

The process color (four color CMYK) of #4baded color hex is 0.68, 0.27, 0.00, 0.07. Web safe color of #4baded is #3399ff. Color #4baded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 11101101
Octal 113 255 355
Decimal 75 173 237
Hex 4B AD ED

RGB Percentages of Color #4baded

%15.46
%35.67
%48.87

CMYK Percentages of Color #4baded

%68
%27
%0
%7

Triadic Colors of #4baded

#4baded #ed4bad #aded4b

Analogous Colors of #4baded

#4baded #4b5ced #4beddc

Monochromatic Colors of #4baded

#4baded

Complementary Color

#4baded #ed8b4b

#4baded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baded Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baded Color CSS Codes

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

#4baded Text Font Color

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

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


#4baded Background Color

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

This div background color is #4baded


#4baded Border Color

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

This div border color is #4baded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baded


Comments

No comments written yet.

Please login to write comment.