Color Hex Logo

#12cfeb Color Hex

#12CFEB
(18,207,235)
0 Favorites   0 Comments

Color spaces of #12cfeb

RGB 18207235
HSL0.520.860.50
HSV188°92°92°
CMYK 0.920.120.00   0.08
XYZ37.557750.752486.4140
Yxy50.75240.21500.2905
Hunter Lab71.2407-30.5671-22.0494
CIE-Lab76.5288-31.9232-25.6379

#12cfeb color RGB value is (18,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001111 11101011
Octal 22 317 353
Decimal 18 207 235
Hex 12 CF EB

RGB Percentages of Color #12cfeb

%3.91
%45.00
%51.09

CMYK Percentages of Color #12cfeb

%92
%12
%0
%8

Triadic Colors of #12cfeb

#12cfeb #eb12cf #cfeb12

Analogous Colors of #12cfeb

#12cfeb #1263eb #12eb9b

Monochromatic Colors of #12cfeb

#12cfeb

Complementary Color

#12cfeb #eb2e12

#12cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12cfeb Color CSS Codes

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

#12cfeb Text Font Color

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

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


#12cfeb Background Color

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

This div background color is #12cfeb


#12cfeb Border Color

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

This div border color is #12cfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,207,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 #12cfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12cfeb


Comments

No comments written yet.

Please login to write comment.