Color Hex Logo

#12eaed Color Hex

#12EAED
(18,234,237)
0 Favorites   0 Comments

Color spaces of #12eaed

RGB 18234237
HSL0.500.860.50
HSV181°92°93°
CMYK 0.920.010.00   0.07
XYZ44.958365.088790.3146
Yxy65.08870.22440.3249
Hunter Lab80.6776-41.7150-9.8980
CIE-Lab84.5294-43.7390-14.5889

#12eaed color RGB value is (18,234,237).

#12eaed hex color red value is 18, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #12eaed hue: 0.50 , saturation: 0.86 and the lightness value of 12eaed is 0.50.

The process color (four color CMYK) of #12eaed color hex is 0.92, 0.01, 0.00, 0.07. Web safe color of #12eaed is #00ffff. Color #12eaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101010 11101101
Octal 22 352 355
Decimal 18 234 237
Hex 12 EA ED

RGB Percentages of Color #12eaed

%3.68
%47.85
%48.47

CMYK Percentages of Color #12eaed

%92
%1
%0
%7

Triadic Colors of #12eaed

#12eaed #ed12ea #eaed12

Analogous Colors of #12eaed

#12eaed #127ded #12ed83

Monochromatic Colors of #12eaed

#12eaed

Complementary Color

#12eaed #ed1512

#12eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eaed Color CSS Codes

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

#12eaed Text Font Color

<p style="color:#12eaed">Text here</p>

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


#12eaed Background Color

<div style="background-color:#12eaed">
Div content here</div>

This div background color is #12eaed


#12eaed Border Color

<div style="border:3px solid #12eaed">
Div here</div>

This div border color is #12eaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,234,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eaed


Comments

No comments written yet.

Please login to write comment.