Color Hex Logo

#48ffcd Color Hex

#48FFCD
(72,255,205)
0 Favorites   0 Comments

Color spaces of #48ffcd

RGB 72255205
HSL0.451.000.64
HSV164°72°100°
CMYK 0.720.000.20   0.00
XYZ49.451977.305570.0727
Yxy77.30550.25120.3928
Hunter Lab87.9235-53.470314.2939
CIE-Lab90.4620-56.741110.8815

#48ffcd color RGB value is (72,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111111 11001101
Octal 110 377 315
Decimal 72 255 205
Hex 48 FF CD

RGB Percentages of Color #48ffcd

%13.53
%47.93
%38.53

CMYK Percentages of Color #48ffcd

%72
%0
%20
%0

Triadic Colors of #48ffcd

#48ffcd #cd48ff #ffcd48

Analogous Colors of #48ffcd

#48ffcd #48d6ff #48ff72

Monochromatic Colors of #48ffcd

#48ffcd

Complementary Color

#48ffcd #ff487a

#48ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ffcd Color CSS Codes

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

#48ffcd Text Font Color

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

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


#48ffcd Background Color

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

This div background color is #48ffcd


#48ffcd Border Color

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

This div border color is #48ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ffcd


Comments

No comments written yet.

Please login to write comment.