Color Hex Logo

#4efbff Color Hex

#4EFBFF
(78,251,255)
0 Favorites   0 Comments

Color spaces of #4efbff

RGB 78251255
HSL0.501.000.65
HSV181°69°100°
CMYK 0.690.020.00   0.00
XYZ55.689177.8341106.6961
Yxy77.83410.23180.3240
Hunter Lab88.2236-41.7174-9.9477
CIE-Lab90.7041-41.5423-14.6793

#4efbff color RGB value is (78,251,255).

#4efbff hex color red value is 78, green value is 251 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4efbff hue: 0.50 , saturation: 1.00 and the lightness value of 4efbff is 0.65.

The process color (four color CMYK) of #4efbff color hex is 0.69, 0.02, 0.00, 0.00. Web safe color of #4efbff is #66ffff. Color #4efbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111011 11111111
Octal 116 373 377
Decimal 78 251 255
Hex 4E FB FF

RGB Percentages of Color #4efbff

%13.36
%42.98
%43.66

CMYK Percentages of Color #4efbff

%69
%2
%0
%0

Triadic Colors of #4efbff

#4efbff #ff4efb #fbff4e

Analogous Colors of #4efbff

#4efbff #4ea3ff #4effab

Monochromatic Colors of #4efbff

#4efbff

Complementary Color

#4efbff #ff524e

#4efbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efbff Color CSS Codes

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

#4efbff Text Font Color

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

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


#4efbff Background Color

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

This div background color is #4efbff


#4efbff Border Color

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

This div border color is #4efbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,251,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4efbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4efbff;
  -webkit-box-shadow: 1px 1px 3px 2px #4efbff;
  box-shadow:         1px 1px 3px 2px #4efbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,251,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efbff

Related Colors


Comments

No comments written yet.

Please login to write comment.