Color Hex Logo

#12bece Color Hex

#12BECE
(18,190,206)
0 Favorites   0 Comments

Color spaces of #12bece

RGB 18190206
HSL0.510.840.44
HSV185°91°81°
CMYK 0.910.080.00   0.19
XYZ29.803541.411764.8150
Yxy41.41170.21910.3044
Hunter Lab64.3519-29.9466-14.6703
CIE-Lab70.4634-32.9996-19.1674

#12bece color RGB value is (18,190,206).

#12bece hex color red value is 18, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #12bece hue: 0.51 , saturation: 0.84 and the lightness value of 12bece is 0.44.

The process color (four color CMYK) of #12bece color hex is 0.91, 0.08, 0.00, 0.19. Web safe color of #12bece is #00cccc. Color #12bece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111110 11001110
Octal 22 276 316
Decimal 18 190 206
Hex 12 BE CE

RGB Percentages of Color #12bece

%4.35
%45.89
%49.76

CMYK Percentages of Color #12bece

%91
%8
%0
%19

Triadic Colors of #12bece

#12bece #ce12be #bece12

Analogous Colors of #12bece

#12bece #1260ce #12ce80

Monochromatic Colors of #12bece

#12bece

Complementary Color

#12bece #ce2212

#12bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bece Color CSS Codes

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

#12bece Text Font Color

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

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


#12bece Background Color

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

This div background color is #12bece


#12bece Border Color

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

This div border color is #12bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bece


Comments

No comments written yet.

Please login to write comment.