Color Hex Logo

#48fdeb Color Hex

#48FDEB
(72,253,235)
0 Favorites   0 Comments

Color spaces of #48fdeb

RGB 72253235
HSL0.480.980.64
HSV174°72°99°
CMYK 0.720.000.07   0.01
XYZ52.793277.626490.7982
Yxy77.62640.23860.3509
Hunter Lab88.1058-47.22770.5723
CIE-Lab90.6091-48.5146-4.4414

#48fdeb color RGB value is (72,253,235).

#48fdeb hex color red value is 72, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #48fdeb hue: 0.48 , saturation: 0.98 and the lightness value of 48fdeb is 0.64.

The process color (four color CMYK) of #48fdeb color hex is 0.72, 0.00, 0.07, 0.01. Web safe color of #48fdeb is #33ffff. Color #48fdeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111101 11101011
Octal 110 375 353
Decimal 72 253 235
Hex 48 FD EB

RGB Percentages of Color #48fdeb

%12.86
%45.18
%41.96

CMYK Percentages of Color #48fdeb

%72
%0
%7
%1

Triadic Colors of #48fdeb

#48fdeb #eb48fd #fdeb48

Analogous Colors of #48fdeb

#48fdeb #48b5fd #48fd91

Monochromatic Colors of #48fdeb

#48fdeb

Complementary Color

#48fdeb #fd485a

#48fdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fdeb Color CSS Codes

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

#48fdeb Text Font Color

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

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


#48fdeb Background Color

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

This div background color is #48fdeb


#48fdeb Border Color

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

This div border color is #48fdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fdeb


Comments

No comments written yet.

Please login to write comment.