Color Hex Logo

#1ddcfa Color Hex

#1DDCFA
(29,220,250)
0 Favorites   0 Comments

Color spaces of #1ddcfa

RGB 29220250
HSL0.520.960.55
HSV188°88°98°
CMYK 0.880.120.00   0.02
XYZ43.355258.349799.4200
Yxy58.34970.21560.2901
Hunter Lab76.3870-32.3654-23.6969
CIE-Lab80.9328-32.9230-26.9040

#1ddcfa color RGB value is (29,220,250).

#1ddcfa hex color red value is 29, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1ddcfa hue: 0.52 , saturation: 0.96 and the lightness value of 1ddcfa is 0.55.

The process color (four color CMYK) of #1ddcfa color hex is 0.88, 0.12, 0.00, 0.02. Web safe color of #1ddcfa is #33ccff. Color #1ddcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011100 11111010
Octal 35 334 372
Decimal 29 220 250
Hex 1D DC FA

RGB Percentages of Color #1ddcfa

%5.81
%44.09
%50.10

CMYK Percentages of Color #1ddcfa

%88
%12
%0
%2

Triadic Colors of #1ddcfa

#1ddcfa #fa1ddc #dcfa1d

Analogous Colors of #1ddcfa

#1ddcfa #1d6efa #1dfaaa

Monochromatic Colors of #1ddcfa

#1ddcfa

Complementary Color

#1ddcfa #fa3b1d

#1ddcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddcfa Color CSS Codes

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

#1ddcfa Text Font Color

<p style="color:#1ddcfa">Text here</p>

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


#1ddcfa Background Color

<div style="background-color:#1ddcfa">
Div content here</div>

This div background color is #1ddcfa


#1ddcfa Border Color

<div style="border:3px solid #1ddcfa">
Div here</div>

This div border color is #1ddcfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,220,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ddcfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ddcfa;
  -webkit-box-shadow: 1px 1px 3px 2px #1ddcfa;
  box-shadow:         1px 1px 3px 2px #1ddcfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,220,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.