Color Hex Logo

#48cced Color Hex

#48CCED
(72,204,237)
0 Favorites   0 Comments

Color spaces of #48cced

RGB 72204237
HSL0.530.820.61
HSV192°70°93°
CMYK 0.700.140.00   0.07
XYZ39.551450.677987.8180
Yxy50.67790.22210.2846
Hunter Lab71.1884-25.4073-23.3082
CIE-Lab76.4835-25.3473-26.7135

#48cced color RGB value is (72,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001100 11101101
Octal 110 314 355
Decimal 72 204 237
Hex 48 CC ED

RGB Percentages of Color #48cced

%14.04
%39.77
%46.20

CMYK Percentages of Color #48cced

%70
%14
%0
%7

Triadic Colors of #48cced

#48cced #ed48cc #cced48

Analogous Colors of #48cced

#48cced #487aed #48edbc

Monochromatic Colors of #48cced

#48cced

Complementary Color

#48cced #ed6948

#48cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cced Color CSS Codes

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

#48cced Text Font Color

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

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


#48cced Background Color

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

This div background color is #48cced


#48cced Border Color

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

This div border color is #48cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cced


Comments

No comments written yet.

Please login to write comment.