Color Hex Logo

#4badcd Color Hex

#4BADCD
(75,173,205)
0 Favorites   0 Comments

Color spaces of #4badcd

RGB 75173205
HSL0.540.570.55
HSV195°63°80°
CMYK 0.630.160.00   0.20
XYZ28.864735.790863.1446
Yxy35.79080.22590.2801
Hunter Lab59.8254-18.5714-20.7017
CIE-Lab66.3598-18.9163-24.7848

#4badcd color RGB value is (75,173,205).

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

The process color (four color CMYK) of #4badcd color hex is 0.63, 0.16, 0.00, 0.20. Web safe color of #4badcd is #3399cc. Color #4badcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 11001101
Octal 113 255 315
Decimal 75 173 205
Hex 4B AD CD

RGB Percentages of Color #4badcd

%16.56
%38.19
%45.25

CMYK Percentages of Color #4badcd

%63
%16
%0
%20

Triadic Colors of #4badcd

#4badcd #cd4bad #adcd4b

Analogous Colors of #4badcd

#4badcd #4b6ccd #4bcdac

Monochromatic Colors of #4badcd

#4badcd

Complementary Color

#4badcd #cd6b4b

#4badcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4badcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4badcd Color CSS Codes

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

#4badcd Text Font Color

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

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


#4badcd Background Color

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

This div background color is #4badcd


#4badcd Border Color

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

This div border color is #4badcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4badcd


Comments

No comments written yet.

Please login to write comment.