Color Hex Logo

#48feca Color Hex

#48FECA
(72,254,202)
0 Favorites   0 Comments

Color spaces of #48feca

RGB 72254202
HSL0.450.990.64
HSV163°72°100°
CMYK 0.720.000.20   0.00
XYZ48.775076.525668.0773
Yxy76.52560.25220.3957
Hunter Lab87.4789-53.563115.0949
CIE-Lab90.1028-57.036011.9170

#48feca color RGB value is (72,254,202).

#48feca hex color red value is 72, green value is 254 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #48feca hue: 0.45 , saturation: 0.99 and the lightness value of 48feca is 0.64.

The process color (four color CMYK) of #48feca color hex is 0.72, 0.00, 0.20, 0.00. Web safe color of #48feca is #33ffcc. Color #48feca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111110 11001010
Octal 110 376 312
Decimal 72 254 202
Hex 48 FE CA

RGB Percentages of Color #48feca

%13.64
%48.11
%38.26

CMYK Percentages of Color #48feca

%72
%0
%20
%0

Triadic Colors of #48feca

#48feca #ca48fe #feca48

Analogous Colors of #48feca

#48feca #48d7fe #48fe6f

Monochromatic Colors of #48feca

#48feca

Complementary Color

#48feca #fe487c

#48feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#48feca Color CSS Codes

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

#48feca Text Font Color

<p style="color:#48feca">Text here</p>

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


#48feca Background Color

<div style="background-color:#48feca">
Div content here</div>

This div background color is #48feca


#48feca Border Color

<div style="border:3px solid #48feca">
Div here</div>

This div border color is #48feca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,254,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48feca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48feca;
  -webkit-box-shadow: 1px 1px 3px 2px #48feca;
  box-shadow:         1px 1px 3px 2px #48feca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,254,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 #48feca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48feca


Comments

No comments written yet.

Please login to write comment.