Color Hex Logo

#12ceeb Color Hex

#12CEEB
(18,206,235)
0 Favorites   0 Comments

Color spaces of #12ceeb

RGB 18206235
HSL0.520.860.50
HSV188°92°92°
CMYK 0.920.120.00   0.08
XYZ37.316250.269486.3335
Yxy50.26940.21460.2890
Hunter Lab70.9009-30.1294-22.5647
CIE-Lab76.2343-31.4421-26.0881

#12ceeb color RGB value is (18,206,235).

#12ceeb hex color red value is 18, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #12ceeb hue: 0.52 , saturation: 0.86 and the lightness value of 12ceeb is 0.50.

The process color (four color CMYK) of #12ceeb color hex is 0.92, 0.12, 0.00, 0.08. Web safe color of #12ceeb is #00ccff. Color #12ceeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001110 11101011
Octal 22 316 353
Decimal 18 206 235
Hex 12 CE EB

RGB Percentages of Color #12ceeb

%3.92
%44.88
%51.20

CMYK Percentages of Color #12ceeb

%92
%12
%0
%8

Triadic Colors of #12ceeb

#12ceeb #eb12ce #ceeb12

Analogous Colors of #12ceeb

#12ceeb #1261eb #12eb9c

Monochromatic Colors of #12ceeb

#12ceeb

Complementary Color

#12ceeb #eb2f12

#12ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ceeb Color CSS Codes

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

#12ceeb Text Font Color

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

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


#12ceeb Background Color

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

This div background color is #12ceeb


#12ceeb Border Color

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

This div border color is #12ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ceeb


Comments

No comments written yet.

Please login to write comment.