Color Hex Logo

#4badeb Color Hex

#4BADEB
(75,173,235)
0 Favorites   0 Comments

Color spaces of #4badeb

RGB 75173235
HSL0.560.800.61
HSV203°68°92°
CMYK 0.680.260.00   0.08
XYZ32.840637.381284.0817
Yxy37.38120.21280.2423
Hunter Lab61.1402-11.1165-38.7392
CIE-Lab67.5620-9.3263-39.4167

#4badeb color RGB value is (75,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 11101011
Octal 113 255 353
Decimal 75 173 235
Hex 4B AD EB

RGB Percentages of Color #4badeb

%15.53
%35.82
%48.65

CMYK Percentages of Color #4badeb

%68
%26
%0
%8

Triadic Colors of #4badeb

#4badeb #eb4bad #adeb4b

Analogous Colors of #4badeb

#4badeb #4b5deb #4bebd9

Monochromatic Colors of #4badeb

#4badeb

Complementary Color

#4badeb #eb894b

#4badeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4badeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4badeb Color CSS Codes

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

#4badeb Text Font Color

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

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


#4badeb Background Color

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

This div background color is #4badeb


#4badeb Border Color

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

This div border color is #4badeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4badeb


Comments

No comments written yet.

Please login to write comment.