Color Hex Logo

#4bbaf5 Color Hex

#4BBAF5
(75,186,245)
0 Favorites   0 Comments

Color spaces of #4bbaf5

RGB 75186245
HSL0.560.890.63
HSV201°69°96°
CMYK 0.690.240.00   0.04
XYZ36.942043.206292.7788
Yxy43.20620.21360.2499
Hunter Lab65.7314-14.7104-37.6748
CIE-Lab71.6947-13.1027-38.4115

#4bbaf5 color RGB value is (75,186,245).

#4bbaf5 hex color red value is 75, green value is 186 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #4bbaf5 hue: 0.56 , saturation: 0.89 and the lightness value of 4bbaf5 is 0.63.

The process color (four color CMYK) of #4bbaf5 color hex is 0.69, 0.24, 0.00, 0.04. Web safe color of #4bbaf5 is #33ccff. Color #4bbaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 11110101
Octal 113 272 365
Decimal 75 186 245
Hex 4B BA F5

RGB Percentages of Color #4bbaf5

%14.82
%36.76
%48.42

CMYK Percentages of Color #4bbaf5

%69
%24
%0
%4

Triadic Colors of #4bbaf5

#4bbaf5 #f54bba #baf54b

Analogous Colors of #4bbaf5

#4bbaf5 #4b65f5 #4bf5db

Monochromatic Colors of #4bbaf5

#4bbaf5

Complementary Color

#4bbaf5 #f5864b

#4bbaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbaf5 Color CSS Codes

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

#4bbaf5 Text Font Color

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

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


#4bbaf5 Background Color

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

This div background color is #4bbaf5


#4bbaf5 Border Color

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

This div border color is #4bbaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbaf5


Comments

No comments written yet.

Please login to write comment.