Color Hex Logo

#12caef Color Hex

#12CAEF
(18,202,239)
0 Favorites   0 Comments

Color spaces of #12caef

RGB 18202239
HSL0.530.870.50
HSV190°92°94°
CMYK 0.920.150.00   0.06
XYZ36.950048.601789.0949
Yxy48.60170.21160.2783
Hunter Lab69.7149-27.3933-26.9715
CIE-Lab75.2029-28.1977-29.8194

#12caef color RGB value is (18,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001010 11101111
Octal 22 312 357
Decimal 18 202 239
Hex 12 CA EF

RGB Percentages of Color #12caef

%3.92
%44.01
%52.07

CMYK Percentages of Color #12caef

%92
%15
%0
%6

Triadic Colors of #12caef

#12caef #ef12ca #caef12

Analogous Colors of #12caef

#12caef #125cef #12efa6

Monochromatic Colors of #12caef

#12caef

Complementary Color

#12caef #ef3712

#12caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#12caef Color CSS Codes

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

#12caef Text Font Color

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

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


#12caef Background Color

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

This div background color is #12caef


#12caef Border Color

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

This div border color is #12caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12caef


Comments

No comments written yet.

Please login to write comment.