Color Hex Logo

#4baade Color Hex

#4BAADE
(75,170,222)
0 Favorites   0 Comments

Color spaces of #4baade

RGB 75170222
HSL0.560.690.58
HSV201°66°87°
CMYK 0.660.230.00   0.13
XYZ30.461235.519274.3577
Yxy35.51920.21710.2531
Hunter Lab59.5980-13.0631-32.2548
CIE-Lab66.1509-11.9306-34.4845

#4baade color RGB value is (75,170,222).

#4baade hex color red value is 75, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4baade hue: 0.56 , saturation: 0.69 and the lightness value of 4baade is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 11011110
Octal 113 252 336
Decimal 75 170 222
Hex 4B AA DE

RGB Percentages of Color #4baade

%16.06
%36.40
%47.54

CMYK Percentages of Color #4baade

%66
%23
%0
%13

Triadic Colors of #4baade

#4baade #de4baa #aade4b

Analogous Colors of #4baade

#4baade #4b60de #4bdec9

Monochromatic Colors of #4baade

#4baade

Complementary Color

#4baade #de7f4b

#4baade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baade Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baade Color CSS Codes

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

#4baade Text Font Color

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

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


#4baade Background Color

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

This div background color is #4baade


#4baade Border Color

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

This div border color is #4baade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baade


Comments

No comments written yet.

Please login to write comment.