Color Hex Logo

#4efbca Color Hex

#4EFBCA
(78,251,202)
0 Favorites   0 Comments

Color spaces of #4efbca

RGB 78251202
HSL0.450.960.65
HSV163°69°98°
CMYK 0.690.000.20   0.02
XYZ48.299774.878367.7844
Yxy74.87830.25290.3921
Hunter Lab86.5322-51.798114.1282
CIE-Lab89.3360-55.035110.8405

#4efbca color RGB value is (78,251,202).

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

The process color (four color CMYK) of #4efbca color hex is 0.69, 0.00, 0.20, 0.02. Web safe color of #4efbca is #66ffcc. Color #4efbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111011 11001010
Octal 116 373 312
Decimal 78 251 202
Hex 4E FB CA

RGB Percentages of Color #4efbca

%14.69
%47.27
%38.04

CMYK Percentages of Color #4efbca

%69
%0
%20
%2

Triadic Colors of #4efbca

#4efbca #ca4efb #fbca4e

Analogous Colors of #4efbca

#4efbca #4ed6fb #4efb74

Monochromatic Colors of #4efbca

#4efbca

Complementary Color

#4efbca #fb4e7f

#4efbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efbca Color CSS Codes

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

#4efbca Text Font Color

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

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


#4efbca Background Color

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

This div background color is #4efbca


#4efbca Border Color

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

This div border color is #4efbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efbca


Comments

No comments written yet.

Please login to write comment.