Color Hex Logo

#4cfbe8 Color Hex

#4CFBE8
(76,251,232)
0 Favorites   0 Comments

Color spaces of #4cfbe8

RGB 76251232
HSL0.480.960.64
HSV173°70°98°
CMYK 0.700.000.08   0.02
XYZ52.043276.357188.3394
Yxy76.35710.24010.3523
Hunter Lab87.3825-46.60861.2286
CIE-Lab90.0249-47.9518-3.7340

#4cfbe8 color RGB value is (76,251,232).

#4cfbe8 hex color red value is 76, green value is 251 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #4cfbe8 hue: 0.48 , saturation: 0.96 and the lightness value of 4cfbe8 is 0.64.

The process color (four color CMYK) of #4cfbe8 color hex is 0.70, 0.00, 0.08, 0.02. Web safe color of #4cfbe8 is #33ffff. Color #4cfbe8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111011 11101000
Octal 114 373 350
Decimal 76 251 232
Hex 4C FB E8

RGB Percentages of Color #4cfbe8

%13.60
%44.90
%41.50

CMYK Percentages of Color #4cfbe8

%70
%0
%8
%2

Triadic Colors of #4cfbe8

#4cfbe8 #e84cfb #fbe84c

Analogous Colors of #4cfbe8

#4cfbe8 #4cb7fb #4cfb91

Monochromatic Colors of #4cfbe8

#4cfbe8

Complementary Color

#4cfbe8 #fb4c5f

#4cfbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfbe8 Color CSS Codes

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

#4cfbe8 Text Font Color

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

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


#4cfbe8 Background Color

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

This div background color is #4cfbe8


#4cfbe8 Border Color

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

This div border color is #4cfbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfbe8


Comments

No comments written yet.

Please login to write comment.