Color Hex Logo

#12ddfc Color Hex

#12DDFC
(18,221,252)
0 Favorites   0 Comments

Color spaces of #12ddfc

RGB 18221252
HSL0.520.980.53
HSV188°93°99°
CMYK 0.930.120.00   0.01
XYZ43.676658.8698101.1565
Yxy58.86980.21440.2890
Hunter Lab76.7267-32.6606-24.4593
CIE-Lab81.2200-33.2120-27.5321

#12ddfc color RGB value is (18,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011101 11111100
Octal 22 335 374
Decimal 18 221 252
Hex 12 DD FC

RGB Percentages of Color #12ddfc

%3.67
%45.01
%51.32

CMYK Percentages of Color #12ddfc

%93
%12
%0
%1

Triadic Colors of #12ddfc

#12ddfc #fc12dd #ddfc12

Analogous Colors of #12ddfc

#12ddfc #1268fc #12fca6

Monochromatic Colors of #12ddfc

#12ddfc

Complementary Color

#12ddfc #fc3112

#12ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ddfc Color CSS Codes

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

#12ddfc Text Font Color

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

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


#12ddfc Background Color

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

This div background color is #12ddfc


#12ddfc Border Color

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

This div border color is #12ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.