Color Hex Logo

#18becc Color Hex

#18BECC
(24,190,204)
0 Favorites   0 Comments

Color spaces of #18becc

RGB 24190204
HSL0.510.790.45
HSV185°88°80°
CMYK 0.880.070.00   0.20
XYZ29.689241.380763.5492
Yxy41.38070.22050.3074
Hunter Lab64.3278-30.1907-13.5429
CIE-Lab70.4418-33.3413-18.1022

#18becc color RGB value is (24,190,204).

#18becc hex color red value is 24, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #18becc hue: 0.51 , saturation: 0.79 and the lightness value of 18becc is 0.45.

The process color (four color CMYK) of #18becc color hex is 0.88, 0.07, 0.00, 0.20. Web safe color of #18becc is #00cccc. Color #18becc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 11001100
Octal 30 276 314
Decimal 24 190 204
Hex 18 BE CC

RGB Percentages of Color #18becc

%5.74
%45.45
%48.80

CMYK Percentages of Color #18becc

%88
%7
%0
%20

Triadic Colors of #18becc

#18becc #cc18be #becc18

Analogous Colors of #18becc

#18becc #1864cc #18cc80

Monochromatic Colors of #18becc

#18becc

Complementary Color

#18becc #cc2618

#18becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18becc Color CSS Codes

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

#18becc Text Font Color

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

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


#18becc Background Color

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

This div background color is #18becc


#18becc Border Color

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

This div border color is #18becc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,190,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18becc


Comments

No comments written yet.

Please login to write comment.