Color Hex Logo

#48bcee Color Hex

#48BCEE
(72,188,238)
0 Favorites   0 Comments

Color spaces of #48bcee

RGB 72188238
HSL0.550.830.61
HSV198°70°93°
CMYK 0.700.210.00   0.07
XYZ36.088343.517287.3865
Yxy43.51720.21610.2606
Hunter Lab65.9676-17.7928-32.3635
CIE-Lab71.9046-16.8402-34.3027

#48bcee color RGB value is (72,188,238).

#48bcee hex color red value is 72, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #48bcee hue: 0.55 , saturation: 0.83 and the lightness value of 48bcee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111100 11101110
Octal 110 274 356
Decimal 72 188 238
Hex 48 BC EE

RGB Percentages of Color #48bcee

%14.46
%37.75
%47.79

CMYK Percentages of Color #48bcee

%70
%21
%0
%7

Triadic Colors of #48bcee

#48bcee #ee48bc #bcee48

Analogous Colors of #48bcee

#48bcee #4869ee #48eecd

Monochromatic Colors of #48bcee

#48bcee

Complementary Color

#48bcee #ee7a48

#48bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bcee Color CSS Codes

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

#48bcee Text Font Color

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

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


#48bcee Background Color

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

This div background color is #48bcee


#48bcee Border Color

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

This div border color is #48bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bcee


Comments

No comments written yet.

Please login to write comment.