Color Hex Logo

#4baaeb Color Hex

#4BAAEB
(75,170,235)
0 Favorites   0 Comments

Color spaces of #4baaeb

RGB 75170235
HSL0.570.800.61
HSV204°68°92°
CMYK 0.680.280.00   0.08
XYZ32.271836.243583.8920
Yxy36.24350.21170.2378
Hunter Lab60.2026-9.6690-40.4785
CIE-Lab66.7056-7.6720-40.7553

#4baaeb color RGB value is (75,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 11101011
Octal 113 252 353
Decimal 75 170 235
Hex 4B AA EB

RGB Percentages of Color #4baaeb

%15.63
%35.42
%48.96

CMYK Percentages of Color #4baaeb

%68
%28
%0
%8

Triadic Colors of #4baaeb

#4baaeb #eb4baa #aaeb4b

Analogous Colors of #4baaeb

#4baaeb #4b5aeb #4bebdc

Monochromatic Colors of #4baaeb

#4baaeb

Complementary Color

#4baaeb #eb8c4b

#4baaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baaeb Color CSS Codes

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

#4baaeb Text Font Color

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

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


#4baaeb Background Color

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

This div background color is #4baaeb


#4baaeb Border Color

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

This div border color is #4baaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,170,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 #4baaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baaeb


Comments

No comments written yet.

Please login to write comment.