Color Hex Logo

#12bcde Color Hex

#12BCDE
(18,188,222)
0 Favorites   0 Comments

Color spaces of #12bcde

RGB 18188222
HSL0.530.850.47
HSV190°92°87°
CMYK 0.920.150.00   0.13
XYZ31.417541.369075.4364
Yxy41.36900.21200.2791
Hunter Lab64.3187-25.3667-24.5153
CIE-Lab70.4337-26.8470-27.9480

#12bcde color RGB value is (18,188,222).

#12bcde hex color red value is 18, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #12bcde hue: 0.53 , saturation: 0.85 and the lightness value of 12bcde is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111100 11011110
Octal 22 274 336
Decimal 18 188 222
Hex 12 BC DE

RGB Percentages of Color #12bcde

%4.21
%43.93
%51.87

CMYK Percentages of Color #12bcde

%92
%15
%0
%13

Triadic Colors of #12bcde

#12bcde #de12bc #bcde12

Analogous Colors of #12bcde

#12bcde #1256de #12de9a

Monochromatic Colors of #12bcde

#12bcde

Complementary Color

#12bcde #de3412

#12bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bcde Color CSS Codes

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

#12bcde Text Font Color

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

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


#12bcde Background Color

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

This div background color is #12bcde


#12bcde Border Color

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

This div border color is #12bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bcde


Comments

No comments written yet.

Please login to write comment.