Color Hex Logo

#4badea Color Hex

#4BADEA
(75,173,234)
0 Favorites   0 Comments

Color spaces of #4badea

RGB 75173234
HSL0.560.790.61
HSV203°68°92°
CMYK 0.680.260.00   0.08
XYZ32.696537.323583.3228
Yxy37.32350.21320.2434
Hunter Lab61.0930-11.3808-38.0987
CIE-Lab67.5190-9.6548-38.9371

#4badea color RGB value is (75,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 11101010
Octal 113 255 352
Decimal 75 173 234
Hex 4B AD EA

RGB Percentages of Color #4badea

%15.56
%35.89
%48.55

CMYK Percentages of Color #4badea

%68
%26
%0
%8

Triadic Colors of #4badea

#4badea #ea4bad #adea4b

Analogous Colors of #4badea

#4badea #4b5eea #4bead8

Monochromatic Colors of #4badea

#4badea

Complementary Color

#4badea #ea884b

#4badea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4badea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4badea Color CSS Codes

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

#4badea Text Font Color

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

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


#4badea Background Color

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

This div background color is #4badea


#4badea Border Color

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

This div border color is #4badea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4badea


Comments

No comments written yet.

Please login to write comment.