Color Hex Logo

#1dcfec Color Hex

#1DCFEC
(29,207,236)
0 Favorites   0 Comments

Color spaces of #1dcfec

RGB 29207236
HSL0.520.840.52
HSV188°88°93°
CMYK 0.880.120.00   0.07
XYZ37.959850.943087.1892
Yxy50.94300.21560.2893
Hunter Lab71.3744-29.9716-22.4652
CIE-Lab76.6445-31.1171-25.9905

#1dcfec color RGB value is (29,207,236).

#1dcfec hex color red value is 29, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1dcfec hue: 0.52 , saturation: 0.84 and the lightness value of 1dcfec is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001111 11101100
Octal 35 317 354
Decimal 29 207 236
Hex 1D CF EC

RGB Percentages of Color #1dcfec

%6.14
%43.86
%50.00

CMYK Percentages of Color #1dcfec

%88
%12
%0
%7

Triadic Colors of #1dcfec

#1dcfec #ec1dcf #cfec1d

Analogous Colors of #1dcfec

#1dcfec #1d68ec #1deca2

Monochromatic Colors of #1dcfec

#1dcfec

Complementary Color

#1dcfec #ec3a1d

#1dcfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcfec Color CSS Codes

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

#1dcfec Text Font Color

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

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


#1dcfec Background Color

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

This div background color is #1dcfec


#1dcfec Border Color

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

This div border color is #1dcfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcfec


Comments

No comments written yet.

Please login to write comment.