Color Hex Logo

#12cadd Color Hex

#12CADD
(18,202,221)
0 Favorites   0 Comments

Color spaces of #12cadd

RGB 18202221
HSL0.520.850.47
HSV186°92°87°
CMYK 0.920.090.00   0.13
XYZ34.421147.590175.7782
Yxy47.59010.21810.3016
Hunter Lab68.9856-31.6603-16.8380
CIE-Lab74.5657-33.9738-21.0908

#12cadd color RGB value is (18,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001010 11011101
Octal 22 312 335
Decimal 18 202 221
Hex 12 CA DD

RGB Percentages of Color #12cadd

%4.08
%45.80
%50.11

CMYK Percentages of Color #12cadd

%92
%9
%0
%13

Triadic Colors of #12cadd

#12cadd #dd12ca #cadd12

Analogous Colors of #12cadd

#12cadd #1265dd #12dd8b

Monochromatic Colors of #12cadd

#12cadd

Complementary Color

#12cadd #dd2512

#12cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#12cadd Color CSS Codes

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

#12cadd Text Font Color

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

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


#12cadd Background Color

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

This div background color is #12cadd


#12cadd Border Color

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

This div border color is #12cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12cadd


Comments

No comments written yet.

Please login to write comment.