Color Hex Logo

#48cedf Color Hex

#48CEDF
(72,206,223)
0 Favorites   0 Comments

Color spaces of #48cedf

RGB 72206223
HSL0.520.700.58
HSV187°68°87°
CMYK 0.680.080.00   0.13
XYZ38.063150.848077.6206
Yxy50.84800.22860.3053
Hunter Lab71.3078-29.5078-14.6234
CIE-Lab76.5868-30.5350-19.0309

#48cedf color RGB value is (72,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001110 11011111
Octal 110 316 337
Decimal 72 206 223
Hex 48 CE DF

RGB Percentages of Color #48cedf

%14.37
%41.12
%44.51

CMYK Percentages of Color #48cedf

%68
%8
%0
%13

Triadic Colors of #48cedf

#48cedf #df48ce #cedf48

Analogous Colors of #48cedf

#48cedf #4883df #48dfa5

Monochromatic Colors of #48cedf

#48cedf

Complementary Color

#48cedf #df5948

#48cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cedf Color CSS Codes

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

#48cedf Text Font Color

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

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


#48cedf Background Color

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

This div background color is #48cedf


#48cedf Border Color

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

This div border color is #48cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cedf


Comments

No comments written yet.

Please login to write comment.