Color Hex Logo

#1dcfea Color Hex

#1DCFEA
(29,207,234)
0 Favorites   0 Comments

Color spaces of #1dcfea

RGB 29207234
HSL0.520.830.52
HSV188°88°92°
CMYK 0.880.120.00   0.08
XYZ37.670850.827485.6671
Yxy50.82740.21630.2918
Hunter Lab71.2933-30.4454-21.3384
CIE-Lab76.5743-31.7517-25.0243

#1dcfea color RGB value is (29,207,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001111 11101010
Octal 35 317 352
Decimal 29 207 234
Hex 1D CF EA

RGB Percentages of Color #1dcfea

%6.17
%44.04
%49.79

CMYK Percentages of Color #1dcfea

%88
%12
%0
%8

Triadic Colors of #1dcfea

#1dcfea #ea1dcf #cfea1d

Analogous Colors of #1dcfea

#1dcfea #1d69ea #1dea9f

Monochromatic Colors of #1dcfea

#1dcfea

Complementary Color

#1dcfea #ea381d

#1dcfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcfea Color CSS Codes

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

#1dcfea Text Font Color

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

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


#1dcfea Background Color

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

This div background color is #1dcfea


#1dcfea Border Color

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

This div border color is #1dcfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcfea


Comments

No comments written yet.

Please login to write comment.