Color Hex Logo

#48bcea Color Hex

#48BCEA
(72,188,234)
0 Favorites   0 Comments

Color spaces of #48bcea

RGB 72188234
HSL0.550.790.60
HSV197°69°92°
CMYK 0.690.200.00   0.08
XYZ35.507043.284784.3253
Yxy43.28470.21770.2654
Hunter Lab65.7911-18.7992-29.9390
CIE-Lab71.7478-18.1187-32.3769

#48bcea color RGB value is (72,188,234).

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

The process color (four color CMYK) of #48bcea color hex is 0.69, 0.20, 0.00, 0.08. Web safe color of #48bcea is #33ccff. Color #48bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111100 11101010
Octal 110 274 352
Decimal 72 188 234
Hex 48 BC EA

RGB Percentages of Color #48bcea

%14.57
%38.06
%47.37

CMYK Percentages of Color #48bcea

%69
%20
%0
%8

Triadic Colors of #48bcea

#48bcea #ea48bc #bcea48

Analogous Colors of #48bcea

#48bcea #486bea #48eac7

Monochromatic Colors of #48bcea

#48bcea

Complementary Color

#48bcea #ea7648

#48bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bcea Color CSS Codes

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

#48bcea Text Font Color

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

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


#48bcea Background Color

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

This div background color is #48bcea


#48bcea Border Color

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

This div border color is #48bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bcea


Comments

No comments written yet.

Please login to write comment.