Color Hex Logo

#48caea Color Hex

#48CAEA
(72,202,234)
0 Favorites   0 Comments

Color spaces of #48caea

RGB 72202234
HSL0.530.790.60
HSV192°69°92°
CMYK 0.690.140.00   0.08
XYZ38.644349.559385.3710
Yxy49.55930.22260.2855
Hunter Lab70.3984-25.2118-22.6212
CIE-Lab75.7980-25.2683-26.1499

#48caea color RGB value is (72,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001010 11101010
Octal 110 312 352
Decimal 72 202 234
Hex 48 CA EA

RGB Percentages of Color #48caea

%14.17
%39.76
%46.06

CMYK Percentages of Color #48caea

%69
%14
%0
%8

Triadic Colors of #48caea

#48caea #ea48ca #caea48

Analogous Colors of #48caea

#48caea #4879ea #48eab9

Monochromatic Colors of #48caea

#48caea

Complementary Color

#48caea #ea6848

#48caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#48caea Color CSS Codes

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

#48caea Text Font Color

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

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


#48caea Background Color

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

This div background color is #48caea


#48caea Border Color

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

This div border color is #48caea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,202,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 #48caea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48caea


Comments

No comments written yet.

Please login to write comment.