Color Hex Logo

#12ddfb Color Hex

#12DDFB
(18,221,251)
0 Favorites   0 Comments

Color spaces of #12ddfb

RGB 18221251
HSL0.520.970.53
HSV188°93°98°
CMYK 0.930.120.00   0.02
XYZ43.518558.8065100.3239
Yxy58.80650.21470.2902
Hunter Lab76.6854-32.9018-23.8865
CIE-Lab81.1851-33.5279-27.0553

#12ddfb color RGB value is (18,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011101 11111011
Octal 22 335 373
Decimal 18 221 251
Hex 12 DD FB

RGB Percentages of Color #12ddfb

%3.67
%45.10
%51.22

CMYK Percentages of Color #12ddfb

%93
%12
%0
%2

Triadic Colors of #12ddfb

#12ddfb #fb12dd #ddfb12

Analogous Colors of #12ddfb

#12ddfb #1269fb #12fba5

Monochromatic Colors of #12ddfb

#12ddfb

Complementary Color

#12ddfb #fb3012

#12ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ddfb Color CSS Codes

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

#12ddfb Text Font Color

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

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


#12ddfb Background Color

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

This div background color is #12ddfb


#12ddfb Border Color

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

This div border color is #12ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.