Color Hex Logo

#18bcea Color Hex

#18BCEA
(24,188,234)
0 Favorites   0 Comments

Color spaces of #18bcea

RGB 24188234
HSL0.540.830.51
HSV193°90°92°
CMYK 0.900.200.00   0.08
XYZ33.211242.101184.2178
Yxy42.10110.20820.2639
Hunter Lab64.8854-22.1852-31.5356
CIE-Lab70.9406-22.5741-33.6906

#18bcea color RGB value is (24,188,234).

#18bcea hex color red value is 24, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #18bcea hue: 0.54 , saturation: 0.83 and the lightness value of 18bcea is 0.51.

The process color (four color CMYK) of #18bcea color hex is 0.90, 0.20, 0.00, 0.08. Web safe color of #18bcea is #00ccff. Color #18bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111100 11101010
Octal 30 274 352
Decimal 24 188 234
Hex 18 BC EA

RGB Percentages of Color #18bcea

%5.38
%42.15
%52.47

CMYK Percentages of Color #18bcea

%90
%20
%0
%8

Triadic Colors of #18bcea

#18bcea #ea18bc #bcea18

Analogous Colors of #18bcea

#18bcea #1853ea #18eaaf

Monochromatic Colors of #18bcea

#18bcea

Complementary Color

#18bcea #ea4618

#18bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bcea Color CSS Codes

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

#18bcea Text Font Color

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

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


#18bcea Background Color

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

This div background color is #18bcea


#18bcea Border Color

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

This div border color is #18bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bcea


Comments

No comments written yet.

Please login to write comment.