Color Hex Logo

#4badda Color Hex

#4BADDA
(75,173,218)
0 Favorites   0 Comments

Color spaces of #4badda

RGB 75173218
HSL0.550.660.57
HSV199°66°85°
CMYK 0.660.210.00   0.15
XYZ30.500136.445071.7567
Yxy36.44500.21990.2628
Hunter Lab60.3697-15.4648-28.2146
CIE-Lab66.8585-14.8352-31.1865

#4badda color RGB value is (75,173,218).

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

The process color (four color CMYK) of #4badda color hex is 0.66, 0.21, 0.00, 0.15. Web safe color of #4badda is #3399cc. Color #4badda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 11011010
Octal 113 255 332
Decimal 75 173 218
Hex 4B AD DA

RGB Percentages of Color #4badda

%16.09
%37.12
%46.78

CMYK Percentages of Color #4badda

%66
%21
%0
%15

Triadic Colors of #4badda

#4badda #da4bad #adda4b

Analogous Colors of #4badda

#4badda #4b66da #4bdac0

Monochromatic Colors of #4badda

#4badda

Complementary Color

#4badda #da784b

#4badda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4badda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4badda Color CSS Codes

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

#4badda Text Font Color

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

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


#4badda Background Color

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

This div background color is #4badda


#4badda Border Color

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

This div border color is #4badda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4badda


Comments

No comments written yet.

Please login to write comment.