Color Hex Logo

#4fbefc Color Hex

#4FBEFC
(79,190,252)
0 Favorites   0 Comments

Color spaces of #4fbefc

RGB 79190252
HSL0.560.970.65
HSV202°69°99°
CMYK 0.690.250.00   0.01
XYZ39.208645.517598.8147
Yxy45.51750.21360.2480
Hunter Lab67.4667-14.3304-39.6121
CIE-Lab73.2313-12.4111-39.7878

#4fbefc color RGB value is (79,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111110 11111100
Octal 117 276 374
Decimal 79 190 252
Hex 4F BE FC

RGB Percentages of Color #4fbefc

%15.16
%36.47
%48.37

CMYK Percentages of Color #4fbefc

%69
%25
%0
%1

Triadic Colors of #4fbefc

#4fbefc #fc4fbe #befc4f

Analogous Colors of #4fbefc

#4fbefc #4f68fc #4ffce4

Monochromatic Colors of #4fbefc

#4fbefc

Complementary Color

#4fbefc #fc8d4f

#4fbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbefc Color CSS Codes

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

#4fbefc Text Font Color

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

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


#4fbefc Background Color

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

This div background color is #4fbefc


#4fbefc Border Color

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

This div border color is #4fbefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,190,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbefc


Comments

No comments written yet.

Please login to write comment.