Color Hex Logo

#12cbff Color Hex

#12CBFF
(18,203,255)
0 Favorites   0 Comments

Color spaces of #12cbff

RGB 18203255
HSL0.541.000.54
HSV193°93°100°
CMYK 0.930.200.00   0.00
XYZ39.655450.0605102.1803
Yxy50.06050.20670.2609
Hunter Lab70.7534-23.7741-36.0977
CIE-Lab76.1064-23.3950-37.0048

#12cbff color RGB value is (18,203,255).

#12cbff hex color red value is 18, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #12cbff hue: 0.54 , saturation: 1.00 and the lightness value of 12cbff is 0.54.

The process color (four color CMYK) of #12cbff color hex is 0.93, 0.20, 0.00, 0.00. Web safe color of #12cbff is #00ccff. Color #12cbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001011 11111111
Octal 22 313 377
Decimal 18 203 255
Hex 12 CB FF

RGB Percentages of Color #12cbff

%3.78
%42.65
%53.57

CMYK Percentages of Color #12cbff

%93
%20
%0
%0

Triadic Colors of #12cbff

#12cbff #ff12cb #cbff12

Analogous Colors of #12cbff

#12cbff #1254ff #12ffbd

Monochromatic Colors of #12cbff

#12cbff

Complementary Color

#12cbff #ff4612

#12cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#12cbff Color CSS Codes

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

#12cbff Text Font Color

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

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


#12cbff Background Color

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

This div background color is #12cbff


#12cbff Border Color

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

This div border color is #12cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12cbff


Comments

No comments written yet.

Please login to write comment.