Color Hex Logo

#4fbcfd Color Hex

#4FBCFD
(79,188,253)
0 Favorites   0 Comments

Color spaces of #4fbcfd

RGB 79188253
HSL0.560.980.65
HSV202°69°99°
CMYK 0.690.260.00   0.01
XYZ38.937344.720699.5082
Yxy44.72060.21260.2442
Hunter Lab66.8735-13.0963-41.4125
CIE-Lab72.7075-11.0137-41.1429

#4fbcfd color RGB value is (79,188,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 11111101
Octal 117 274 375
Decimal 79 188 253
Hex 4F BC FD

RGB Percentages of Color #4fbcfd

%15.19
%36.15
%48.65

CMYK Percentages of Color #4fbcfd

%69
%26
%0
%1

Triadic Colors of #4fbcfd

#4fbcfd #fd4fbc #bcfd4f

Analogous Colors of #4fbcfd

#4fbcfd #4f65fd #4ffde7

Monochromatic Colors of #4fbcfd

#4fbcfd

Complementary Color

#4fbcfd #fd904f

#4fbcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbcfd Color CSS Codes

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

#4fbcfd Text Font Color

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

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


#4fbcfd Background Color

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

This div background color is #4fbcfd


#4fbcfd Border Color

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

This div border color is #4fbcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbcfd


Comments

No comments written yet.

Please login to write comment.