Color Hex Logo

#48cded Color Hex

#48CDED
(72,205,237)
0 Favorites   0 Comments

Color spaces of #48cded

RGB 72205237
HSL0.530.820.61
HSV192°70°93°
CMYK 0.700.140.00   0.07
XYZ39.789951.154887.8975
Yxy51.15480.22250.2860
Hunter Lab71.5226-25.8603-22.7985
CIE-Lab76.7727-25.8450-26.2710

#48cded color RGB value is (72,205,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001101 11101101
Octal 110 315 355
Decimal 72 205 237
Hex 48 CD ED

RGB Percentages of Color #48cded

%14.01
%39.88
%46.11

CMYK Percentages of Color #48cded

%70
%14
%0
%7

Triadic Colors of #48cded

#48cded #ed48cd #cded48

Analogous Colors of #48cded

#48cded #487bed #48edbb

Monochromatic Colors of #48cded

#48cded

Complementary Color

#48cded #ed6848

#48cded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cded Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cded Color CSS Codes

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

#48cded Text Font Color

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

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


#48cded Background Color

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

This div background color is #48cded


#48cded Border Color

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

This div border color is #48cded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cded


Comments

No comments written yet.

Please login to write comment.