Color Hex Logo

#48cbeb Color Hex

#48CBEB
(72,203,235)
0 Favorites   0 Comments

Color spaces of #48cbeb

RGB 72203235
HSL0.530.800.60
HSV192°69°92°
CMYK 0.690.140.00   0.08
XYZ39.023850.087786.2084
Yxy50.08770.22260.2857
Hunter Lab70.7727-25.4279-22.6805
CIE-Lab76.1231-25.4610-26.1905

#48cbeb color RGB value is (72,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001011 11101011
Octal 110 313 353
Decimal 72 203 235
Hex 48 CB EB

RGB Percentages of Color #48cbeb

%14.12
%39.80
%46.08

CMYK Percentages of Color #48cbeb

%69
%14
%0
%8

Triadic Colors of #48cbeb

#48cbeb #eb48cb #cbeb48

Analogous Colors of #48cbeb

#48cbeb #487aeb #48ebba

Monochromatic Colors of #48cbeb

#48cbeb

Complementary Color

#48cbeb #eb6848

#48cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cbeb Color CSS Codes

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

#48cbeb Text Font Color

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

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


#48cbeb Background Color

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

This div background color is #48cbeb


#48cbeb Border Color

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

This div border color is #48cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cbeb


Comments

No comments written yet.

Please login to write comment.