Color Hex Logo

#12befc Color Hex

#12BEFC
(18,190,252)
0 Favorites   0 Comments

Color spaces of #12befc

RGB 18190252
HSL0.540.980.53
HSV196°93°99°
CMYK 0.930.250.00   0.01
XYZ36.233643.983898.6755
Yxy43.98380.20250.2459
Hunter Lab66.3203-18.5383-41.7912
CIE-Lab72.2177-17.7043-41.4446

#12befc color RGB value is (18,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111110 11111100
Octal 22 276 374
Decimal 18 190 252
Hex 12 BE FC

RGB Percentages of Color #12befc

%3.91
%41.30
%54.78

CMYK Percentages of Color #12befc

%93
%25
%0
%1

Triadic Colors of #12befc

#12befc #fc12be #befc12

Analogous Colors of #12befc

#12befc #1249fc #12fcc5

Monochromatic Colors of #12befc

#12befc

Complementary Color

#12befc #fc5012

#12befc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12befc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12befc Color CSS Codes

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

#12befc Text Font Color

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

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


#12befc Background Color

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

This div background color is #12befc


#12befc Border Color

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

This div border color is #12befc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12befc


Comments

No comments written yet.

Please login to write comment.