Color Hex Logo

#48defd Color Hex

#48DEFD
(72,222,253)
0 Favorites   0 Comments

Color spaces of #48defd

RGB 72222253
HSL0.530.980.64
HSV190°72°99°
CMYK 0.720.120.00   0.01
XYZ46.523460.7121102.1951
Yxy60.71210.22210.2899
Hunter Lab77.9180-29.7773-23.2206
CIE-Lab82.2237-29.3314-26.4671

#48defd color RGB value is (72,222,253).

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

The process color (four color CMYK) of #48defd color hex is 0.72, 0.12, 0.00, 0.01. Web safe color of #48defd is #33ccff. Color #48defd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011110 11111101
Octal 110 336 375
Decimal 72 222 253
Hex 48 DE FD

RGB Percentages of Color #48defd

%13.16
%40.59
%46.25

CMYK Percentages of Color #48defd

%72
%12
%0
%1

Triadic Colors of #48defd

#48defd #fd48de #defd48

Analogous Colors of #48defd

#48defd #4884fd #48fdc2

Monochromatic Colors of #48defd

#48defd

Complementary Color

#48defd #fd6748

#48defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48defd Color CSS Codes

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

#48defd Text Font Color

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

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


#48defd Background Color

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

This div background color is #48defd


#48defd Border Color

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

This div border color is #48defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48defd


Comments

No comments written yet.

Please login to write comment.