Color Hex Logo

#4fcbef Color Hex

#4FCBEF
(79,203,239)
0 Favorites   0 Comments

Color spaces of #4fcbef

RGB 79203239
HSL0.540.830.62
HSV194°67°94°
CMYK 0.670.150.00   0.06
XYZ40.160450.606189.3126
Yxy50.60610.22300.2810
Hunter Lab71.1380-23.7206-24.6411
CIE-Lab76.4398-23.2528-27.8390

#4fcbef color RGB value is (79,203,239).

#4fcbef hex color red value is 79, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4fcbef hue: 0.54 , saturation: 0.83 and the lightness value of 4fcbef is 0.62.

The process color (four color CMYK) of #4fcbef color hex is 0.67, 0.15, 0.00, 0.06. Web safe color of #4fcbef is #66ccff. Color #4fcbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001011 11101111
Octal 117 313 357
Decimal 79 203 239
Hex 4F CB EF

RGB Percentages of Color #4fcbef

%15.16
%38.96
%45.87

CMYK Percentages of Color #4fcbef

%67
%15
%0
%6

Triadic Colors of #4fcbef

#4fcbef #ef4fcb #cbef4f

Analogous Colors of #4fcbef

#4fcbef #4f7bef #4fefc3

Monochromatic Colors of #4fcbef

#4fcbef

Complementary Color

#4fcbef #ef734f

#4fcbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcbef Color CSS Codes

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

#4fcbef Text Font Color

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

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


#4fcbef Background Color

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

This div background color is #4fcbef


#4fcbef Border Color

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

This div border color is #4fcbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcbef


Comments

No comments written yet.

Please login to write comment.