Color Hex Logo

#48c8ed Color Hex

#48C8ED
(72,200,237)
0 Favorites   0 Comments

Color spaces of #48c8ed

RGB 72200237
HSL0.540.820.61
HSV193°70°93°
CMYK 0.700.160.00   0.07
XYZ38.612848.800787.5051
Yxy48.80070.22070.2790
Hunter Lab69.8575-23.5871-25.3678
CIE-Lab75.3272-23.3397-28.4858

#48c8ed color RGB value is (72,200,237).

#48c8ed hex color red value is 72, green value is 200 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #48c8ed hue: 0.54 , saturation: 0.82 and the lightness value of 48c8ed is 0.61.

The process color (four color CMYK) of #48c8ed color hex is 0.70, 0.16, 0.00, 0.07. Web safe color of #48c8ed is #33ccff. Color #48c8ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001000 11101101
Octal 110 310 355
Decimal 72 200 237
Hex 48 C8 ED

RGB Percentages of Color #48c8ed

%14.15
%39.29
%46.56

CMYK Percentages of Color #48c8ed

%70
%16
%0
%7

Triadic Colors of #48c8ed

#48c8ed #ed48c8 #c8ed48

Analogous Colors of #48c8ed

#48c8ed #4876ed #48edc0

Monochromatic Colors of #48c8ed

#48c8ed

Complementary Color

#48c8ed #ed6d48

#48c8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c8ed Color CSS Codes

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

#48c8ed Text Font Color

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

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


#48c8ed Background Color

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

This div background color is #48c8ed


#48c8ed Border Color

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

This div border color is #48c8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c8ed


Comments

No comments written yet.

Please login to write comment.