Color Hex Logo

#4bbcfd Color Hex

#4BBCFD
(75,188,253)
0 Favorites   0 Comments

Color spaces of #4bbcfd

RGB 75188253
HSL0.560.980.64
HSV202°70°99°
CMYK 0.700.260.00   0.01
XYZ38.614544.554199.4931
Yxy44.55410.21140.2439
Hunter Lab66.7489-13.5475-41.6510
CIE-Lab72.5973-11.5677-41.3231

#4bbcfd color RGB value is (75,188,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111100 11111101
Octal 113 274 375
Decimal 75 188 253
Hex 4B BC FD

RGB Percentages of Color #4bbcfd

%14.53
%36.43
%49.03

CMYK Percentages of Color #4bbcfd

%70
%26
%0
%1

Triadic Colors of #4bbcfd

#4bbcfd #fd4bbc #bcfd4b

Analogous Colors of #4bbcfd

#4bbcfd #4b63fd #4bfde5

Monochromatic Colors of #4bbcfd

#4bbcfd

Complementary Color

#4bbcfd #fd8c4b

#4bbcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbcfd Color CSS Codes

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

#4bbcfd Text Font Color

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

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


#4bbcfd Background Color

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

This div background color is #4bbcfd


#4bbcfd Border Color

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

This div border color is #4bbcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbcfd


Comments

No comments written yet.

Please login to write comment.