Color Hex Logo

#12bdcf Color Hex

#12BDCF
(18,189,207)
0 Favorites   0 Comments

Color spaces of #12bdcf

RGB 18189207
HSL0.520.840.44
HSV186°91°81°
CMYK 0.910.090.00   0.19
XYZ29.709541.028865.3850
Yxy41.02880.21830.3014
Hunter Lab64.0537-29.3019-15.6847
CIE-Lab70.1961-32.2049-20.1201

#12bdcf color RGB value is (18,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111101 11001111
Octal 22 275 317
Decimal 18 189 207
Hex 12 BD CF

RGB Percentages of Color #12bdcf

%4.35
%45.65
%50.00

CMYK Percentages of Color #12bdcf

%91
%9
%0
%19

Triadic Colors of #12bdcf

#12bdcf #cf12bd #bdcf12

Analogous Colors of #12bdcf

#12bdcf #125fcf #12cf83

Monochromatic Colors of #12bdcf

#12bdcf

Complementary Color

#12bdcf #cf2412

#12bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bdcf Color CSS Codes

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

#12bdcf Text Font Color

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

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


#12bdcf Background Color

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

This div background color is #12bdcf


#12bdcf Border Color

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

This div border color is #12bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bdcf


Comments

No comments written yet.

Please login to write comment.