Color Hex Logo

#18bedf Color Hex

#18BEDF
(24,190,223)
0 Favorites   0 Comments

Color spaces of #18bedf

RGB 24190223
HSL0.530.810.48
HSV190°89°87°
CMYK 0.890.150.00   0.13
XYZ32.109442.348876.2938
Yxy42.34880.21300.2809
Hunter Lab65.0760-25.8085-23.9573
CIE-Lab71.1107-27.2459-27.4486

#18bedf color RGB value is (24,190,223).

#18bedf hex color red value is 24, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #18bedf hue: 0.53 , saturation: 0.81 and the lightness value of 18bedf is 0.48.

The process color (four color CMYK) of #18bedf color hex is 0.89, 0.15, 0.00, 0.13. Web safe color of #18bedf is #00cccc. Color #18bedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 11011111
Octal 30 276 337
Decimal 24 190 223
Hex 18 BE DF

RGB Percentages of Color #18bedf

%5.49
%43.48
%51.03

CMYK Percentages of Color #18bedf

%89
%15
%0
%13

Triadic Colors of #18bedf

#18bedf #df18be #bedf18

Analogous Colors of #18bedf

#18bedf #185bdf #18df9d

Monochromatic Colors of #18bedf

#18bedf

Complementary Color

#18bedf #df3918

#18bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bedf Color CSS Codes

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

#18bedf Text Font Color

<p style="color:#18bedf">Text here</p>

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


#18bedf Background Color

<div style="background-color:#18bedf">
Div content here</div>

This div background color is #18bedf


#18bedf Border Color

<div style="border:3px solid #18bedf">
Div here</div>

This div border color is #18bedf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,190,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18bedf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18bedf;
  -webkit-box-shadow: 1px 1px 3px 2px #18bedf;
  box-shadow:         1px 1px 3px 2px #18bedf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,190,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 #18bedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bedf


Comments

No comments written yet.

Please login to write comment.