Color Hex Logo

#48befd Color Hex

#48BEFD
(72,190,253)
0 Favorites   0 Comments

Color spaces of #48befd

RGB 72190253
HSL0.560.980.64
HSV201°72°99°
CMYK 0.720.250.00   0.01
XYZ38.815645.296599.6258
Yxy45.29650.21130.2465
Hunter Lab67.3027-14.8330-40.6530
CIE-Lab73.0867-13.0353-40.5656

#48befd color RGB value is (72,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111110 11111101
Octal 110 276 375
Decimal 72 190 253
Hex 48 BE FD

RGB Percentages of Color #48befd

%13.98
%36.89
%49.13

CMYK Percentages of Color #48befd

%72
%25
%0
%1

Triadic Colors of #48befd

#48befd #fd48be #befd48

Analogous Colors of #48befd

#48befd #4864fd #48fde2

Monochromatic Colors of #48befd

#48befd

Complementary Color

#48befd #fd8748

#48befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48befd Color CSS Codes

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

#48befd Text Font Color

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

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


#48befd Background Color

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

This div background color is #48befd


#48befd Border Color

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

This div border color is #48befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48befd


Comments

No comments written yet.

Please login to write comment.