Color Hex Logo

#4fbceb Color Hex

#4FBCEB
(79,188,235)
0 Favorites   0 Comments

Color spaces of #4fbceb

RGB 79188235
HSL0.550.800.62
HSV198°66°92°
CMYK 0.660.200.00   0.08
XYZ36.203143.626985.1100
Yxy43.62690.21950.2645
Hunter Lab66.0507-17.7508-30.1630
CIE-Lab71.9784-16.7748-32.5473

#4fbceb color RGB value is (79,188,235).

#4fbceb hex color red value is 79, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4fbceb hue: 0.55 , saturation: 0.80 and the lightness value of 4fbceb is 0.62.

The process color (four color CMYK) of #4fbceb color hex is 0.66, 0.20, 0.00, 0.08. Web safe color of #4fbceb is #66ccff. Color #4fbceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 11101011
Octal 117 274 353
Decimal 79 188 235
Hex 4F BC EB

RGB Percentages of Color #4fbceb

%15.74
%37.45
%46.81

CMYK Percentages of Color #4fbceb

%66
%20
%0
%8

Triadic Colors of #4fbceb

#4fbceb #eb4fbc #bceb4f

Analogous Colors of #4fbceb

#4fbceb #4f6eeb #4febcc

Monochromatic Colors of #4fbceb

#4fbceb

Complementary Color

#4fbceb #eb7e4f

#4fbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbceb Color CSS Codes

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

#4fbceb Text Font Color

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

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


#4fbceb Background Color

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

This div background color is #4fbceb


#4fbceb Border Color

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

This div border color is #4fbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbceb


Comments

No comments written yet.

Please login to write comment.