Color Hex Logo

#12bfed Color Hex

#12BFED
(18,191,237)
0 Favorites   0 Comments

Color spaces of #12bfed

RGB 18191237
HSL0.540.860.50
HSV193°92°93°
CMYK 0.920.190.00   0.07
XYZ34.166343.504686.7172
Yxy43.50460.20780.2646
Hunter Lab65.9580-22.9634-31.7799
CIE-Lab71.8961-23.3488-33.8416

#12bfed color RGB value is (18,191,237).

#12bfed hex color red value is 18, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #12bfed hue: 0.54 , saturation: 0.86 and the lightness value of 12bfed is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111111 11101101
Octal 22 277 355
Decimal 18 191 237
Hex 12 BF ED

RGB Percentages of Color #12bfed

%4.04
%42.83
%53.14

CMYK Percentages of Color #12bfed

%92
%19
%0
%7

Triadic Colors of #12bfed

#12bfed #ed12bf #bfed12

Analogous Colors of #12bfed

#12bfed #1252ed #12edae

Monochromatic Colors of #12bfed

#12bfed

Complementary Color

#12bfed #ed4012

#12bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bfed Color CSS Codes

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

#12bfed Text Font Color

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

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


#12bfed Background Color

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

This div background color is #12bfed


#12bfed Border Color

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

This div border color is #12bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bfed


Comments

No comments written yet.

Please login to write comment.