Color Hex Logo

#4badee Color Hex

#4BADEE
(75,173,238)
0 Favorites   0 Comments

Color spaces of #4badee

RGB 75173238
HSL0.570.830.61
HSV204°68°93°
CMYK 0.680.270.00   0.07
XYZ33.277837.556086.3840
Yxy37.55600.21170.2389
Hunter Lab61.2830-10.3163-40.6767
CIE-Lab67.6921-8.3368-40.8522

#4badee color RGB value is (75,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 11101110
Octal 113 255 356
Decimal 75 173 238
Hex 4B AD EE

RGB Percentages of Color #4badee

%15.43
%35.60
%48.97

CMYK Percentages of Color #4badee

%68
%27
%0
%7

Triadic Colors of #4badee

#4badee #ee4bad #adee4b

Analogous Colors of #4badee

#4badee #4b5cee #4beede

Monochromatic Colors of #4badee

#4badee

Complementary Color

#4badee #ee8c4b

#4badee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4badee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4badee Color CSS Codes

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

#4badee Text Font Color

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

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


#4badee Background Color

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

This div background color is #4badee


#4badee Border Color

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

This div border color is #4badee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4badee


Comments

No comments written yet.

Please login to write comment.