Color Hex Logo

#12e9ee Color Hex

#12E9EE
(18,233,238)
0 Favorites   0 Comments

Color spaces of #12e9ee

RGB 18233238
HSL0.500.870.50
HSV181°92°93°
CMYK 0.920.020.00   0.07
XYZ44.821064.579590.9917
Yxy64.57950.22370.3223
Hunter Lab80.3614-41.0753-10.8800
CIE-Lab84.2666-43.0031-15.5105

#12e9ee color RGB value is (18,233,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101001 11101110
Octal 22 351 356
Decimal 18 233 238
Hex 12 E9 EE

RGB Percentages of Color #12e9ee

%3.68
%47.65
%48.67

CMYK Percentages of Color #12e9ee

%92
%2
%0
%7

Triadic Colors of #12e9ee

#12e9ee #ee12e9 #e9ee12

Analogous Colors of #12e9ee

#12e9ee #127bee #12ee85

Monochromatic Colors of #12e9ee

#12e9ee

Complementary Color

#12e9ee #ee1712

#12e9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12e9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#12e9ee Color CSS Codes

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

#12e9ee Text Font Color

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

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


#12e9ee Background Color

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

This div background color is #12e9ee


#12e9ee Border Color

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

This div border color is #12e9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12e9ee


Comments

No comments written yet.

Please login to write comment.