Color Hex Logo

#4bbbfd Color Hex

#4BBBFD
(75,187,253)
0 Favorites   0 Comments

Color spaces of #4bbbfd

RGB 75187253
HSL0.560.980.64
HSV202°70°99°
CMYK 0.700.260.00   0.01
XYZ38.401644.128499.4222
Yxy44.12840.21110.2425
Hunter Lab66.4292-13.0633-42.2368
CIE-Lab72.3142-11.0293-41.7651

#4bbbfd color RGB value is (75,187,253).

#4bbbfd hex color red value is 75, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4bbbfd hue: 0.56 , saturation: 0.98 and the lightness value of 4bbbfd is 0.64.

The process color (four color CMYK) of #4bbbfd color hex is 0.70, 0.26, 0.00, 0.01. Web safe color of #4bbbfd is #33ccff. Color #4bbbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111011 11111101
Octal 113 273 375
Decimal 75 187 253
Hex 4B BB FD

RGB Percentages of Color #4bbbfd

%14.56
%36.31
%49.13

CMYK Percentages of Color #4bbbfd

%70
%26
%0
%1

Triadic Colors of #4bbbfd

#4bbbfd #fd4bbb #bbfd4b

Analogous Colors of #4bbbfd

#4bbbfd #4b62fd #4bfde6

Monochromatic Colors of #4bbbfd

#4bbbfd

Complementary Color

#4bbbfd #fd8d4b

#4bbbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbbfd Color CSS Codes

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

#4bbbfd Text Font Color

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

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


#4bbbfd Background Color

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

This div background color is #4bbbfd


#4bbbfd Border Color

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

This div border color is #4bbbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbbfd


Comments

No comments written yet.

Please login to write comment.