Color Hex Logo

#12cafb Color Hex

#12CAFB
(18,202,251)
0 Favorites   0 Comments

Color spaces of #12cafb

RGB 18202251
HSL0.540.970.53
HSV193°93°98°
CMYK 0.930.200.00   0.02
XYZ38.782649.334798.7453
Yxy49.33470.20750.2640
Hunter Lab70.2387-24.3581-34.1860
CIE-Lab75.6591-24.2283-35.5567

#12cafb color RGB value is (18,202,251).

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

The process color (four color CMYK) of #12cafb color hex is 0.93, 0.20, 0.00, 0.02. Web safe color of #12cafb is #00ccff. Color #12cafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001010 11111011
Octal 22 312 373
Decimal 18 202 251
Hex 12 CA FB

RGB Percentages of Color #12cafb

%3.82
%42.89
%53.29

CMYK Percentages of Color #12cafb

%93
%20
%0
%2

Triadic Colors of #12cafb

#12cafb #fb12ca #cafb12

Analogous Colors of #12cafb

#12cafb #1256fb #12fbb8

Monochromatic Colors of #12cafb

#12cafb

Complementary Color

#12cafb #fb4312

#12cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12cafb Color CSS Codes

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

#12cafb Text Font Color

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

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


#12cafb Background Color

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

This div background color is #12cafb


#12cafb Border Color

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

This div border color is #12cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12cafb

Related Colors


Comments

No comments written yet.

Please login to write comment.