Color Hex Logo

#18a7ea Color Hex

#18A7EA
(24,167,234)
0 Favorites   0 Comments

Color spaces of #18a7ea

RGB 24167234
HSL0.550.830.51
HSV199°90°92°
CMYK 0.900.290.00   0.08
XYZ29.046733.772182.8297
Yxy33.77210.19940.2319
Hunter Lab58.1138-12.4804-43.8265
CIE-Lab64.7813-11.4075-43.2958

#18a7ea color RGB value is (24,167,234).

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

The process color (four color CMYK) of #18a7ea color hex is 0.90, 0.29, 0.00, 0.08. Web safe color of #18a7ea is #0099ff. Color #18a7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10100111 11101010
Octal 30 247 352
Decimal 24 167 234
Hex 18 A7 EA

RGB Percentages of Color #18a7ea

%5.65
%39.29
%55.06

CMYK Percentages of Color #18a7ea

%90
%29
%0
%8

Triadic Colors of #18a7ea

#18a7ea #ea18a7 #a7ea18

Analogous Colors of #18a7ea

#18a7ea #183eea #18eac4

Monochromatic Colors of #18a7ea

#18a7ea

Complementary Color

#18a7ea #ea5b18

#18a7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18a7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#18a7ea Color CSS Codes

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

#18a7ea Text Font Color

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

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


#18a7ea Background Color

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

This div background color is #18a7ea


#18a7ea Border Color

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

This div border color is #18a7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18a7ea


Comments

No comments written yet.

Please login to write comment.