Color Hex Logo

#48cbec Color Hex

#48CBEC
(72,203,236)
0 Favorites   0 Comments

Color spaces of #48cbec

RGB 72203236
HSL0.530.810.60
HSV192°69°93°
CMYK 0.690.140.00   0.07
XYZ39.168750.145786.9716
Yxy50.14570.22220.2845
Hunter Lab70.8136-25.1913-23.2490
CIE-Lab76.1586-25.1549-26.6736

#48cbec color RGB value is (72,203,236).

#48cbec hex color red value is 72, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #48cbec hue: 0.53 , saturation: 0.81 and the lightness value of 48cbec is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001011 11101100
Octal 110 313 354
Decimal 72 203 236
Hex 48 CB EC

RGB Percentages of Color #48cbec

%14.09
%39.73
%46.18

CMYK Percentages of Color #48cbec

%69
%14
%0
%7

Triadic Colors of #48cbec

#48cbec #ec48cb #cbec48

Analogous Colors of #48cbec

#48cbec #4879ec #48ecbb

Monochromatic Colors of #48cbec

#48cbec

Complementary Color

#48cbec #ec6948

#48cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cbec Color CSS Codes

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

#48cbec Text Font Color

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

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


#48cbec Background Color

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

This div background color is #48cbec


#48cbec Border Color

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

This div border color is #48cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cbec


Comments

No comments written yet.

Please login to write comment.