Color Hex Logo

#4befca Color Hex

#4BEFCA
(75,239,202)
0 Favorites   0 Comments

Color spaces of #4befca

RGB 75239202
HSL0.460.840.62
HSV166°69°94°
CMYK 0.690.000.15   0.06
XYZ44.428867.493166.5629
Yxy67.49310.24890.3781
Hunter Lab82.1542-47.23749.4700
CIE-Lab85.7523-50.54575.6938

#4befca color RGB value is (75,239,202).

#4befca hex color red value is 75, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4befca hue: 0.46 , saturation: 0.84 and the lightness value of 4befca is 0.62.

The process color (four color CMYK) of #4befca color hex is 0.69, 0.00, 0.15, 0.06. Web safe color of #4befca is #33ffcc. Color #4befca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101111 11001010
Octal 113 357 312
Decimal 75 239 202
Hex 4B EF CA

RGB Percentages of Color #4befca

%14.53
%46.32
%39.15

CMYK Percentages of Color #4befca

%69
%0
%15
%6

Triadic Colors of #4befca

#4befca #ca4bef #efca4b

Analogous Colors of #4befca

#4befca #4bc2ef #4bef78

Monochromatic Colors of #4befca

#4befca

Complementary Color

#4befca #ef4b70

#4befca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4befca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4befca Color CSS Codes

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

#4befca Text Font Color

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

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


#4befca Background Color

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

This div background color is #4befca


#4befca Border Color

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

This div border color is #4befca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,239,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 #4befca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4befca


Comments

No comments written yet.

Please login to write comment.