Color Hex Logo

#12dfef Color Hex

#12DFEF
(18,223,239)
0 Favorites   0 Comments

Color spaces of #12dfef

RGB 18223239
HSL0.510.870.50
HSV184°92°94°
CMYK 0.920.070.00   0.06
XYZ42.217159.135990.8507
Yxy59.13590.21960.3077
Hunter Lab76.8999-36.5804-16.2162
CIE-Lab81.3662-38.1890-20.4138

#12dfef color RGB value is (18,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011111 11101111
Octal 22 337 357
Decimal 18 223 239
Hex 12 DF EF

RGB Percentages of Color #12dfef

%3.75
%46.46
%49.79

CMYK Percentages of Color #12dfef

%92
%7
%0
%6

Triadic Colors of #12dfef

#12dfef #ef12df #dfef12

Analogous Colors of #12dfef

#12dfef #1271ef #12ef91

Monochromatic Colors of #12dfef

#12dfef

Complementary Color

#12dfef #ef2212

#12dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dfef Color CSS Codes

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

#12dfef Text Font Color

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

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


#12dfef Background Color

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

This div background color is #12dfef


#12dfef Border Color

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

This div border color is #12dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dfef


Comments

No comments written yet.

Please login to write comment.