Color Hex Logo

#12bdca Color Hex

#12BDCA
(18,189,202)
0 Favorites   0 Comments

Color spaces of #12bdca

RGB 18189202
HSL0.510.840.43
HSV184°91°79°
CMYK 0.910.060.00   0.21
XYZ29.107740.788162.2159
Yxy40.78810.22030.3087
Hunter Lab63.8656-30.4106-13.0526
CIE-Lab70.0272-33.7837-17.6399

#12bdca color RGB value is (18,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111101 11001010
Octal 22 275 312
Decimal 18 189 202
Hex 12 BD CA

RGB Percentages of Color #12bdca

%4.40
%46.21
%49.39

CMYK Percentages of Color #12bdca

%91
%6
%0
%21

Triadic Colors of #12bdca

#12bdca #ca12bd #bdca12

Analogous Colors of #12bdca

#12bdca #1261ca #12ca7b

Monochromatic Colors of #12bdca

#12bdca

Complementary Color

#12bdca #ca1f12

#12bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bdca Color CSS Codes

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

#12bdca Text Font Color

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

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


#12bdca Background Color

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

This div background color is #12bdca


#12bdca Border Color

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

This div border color is #12bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bdca


Comments

No comments written yet.

Please login to write comment.