Color Hex Logo

#48cbde Color Hex

#48CBDE
(72,203,222)
0 Favorites   0 Comments

Color spaces of #48cbde

RGB 72203222
HSL0.520.690.58
HSV188°68°87°
CMYK 0.680.090.00   0.13
XYZ37.213249.363576.6740
Yxy49.36350.22800.3024
Hunter Lab70.2592-28.4099-15.5219
CIE-Lab75.6769-29.3766-19.8705

#48cbde color RGB value is (72,203,222).

#48cbde hex color red value is 72, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #48cbde hue: 0.52 , saturation: 0.69 and the lightness value of 48cbde is 0.58.

The process color (four color CMYK) of #48cbde color hex is 0.68, 0.09, 0.00, 0.13. Web safe color of #48cbde is #33cccc. Color #48cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001011 11011110
Octal 110 313 336
Decimal 72 203 222
Hex 48 CB DE

RGB Percentages of Color #48cbde

%14.49
%40.85
%44.67

CMYK Percentages of Color #48cbde

%68
%9
%0
%13

Triadic Colors of #48cbde

#48cbde #de48cb #cbde48

Analogous Colors of #48cbde

#48cbde #4880de #48dea6

Monochromatic Colors of #48cbde

#48cbde

Complementary Color

#48cbde #de5b48

#48cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cbde Color CSS Codes

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

#48cbde Text Font Color

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

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


#48cbde Background Color

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

This div background color is #48cbde


#48cbde Border Color

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

This div border color is #48cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cbde


Comments

No comments written yet.

Please login to write comment.