Color Hex Logo

#1dcfee Color Hex

#1DCFEE
(29,207,238)
0 Favorites   0 Comments

Color spaces of #1dcfee

RGB 29207238
HSL0.520.860.52
HSV189°88°93°
CMYK 0.880.130.00   0.07
XYZ38.252151.059988.7284
Yxy51.05990.21490.2868
Hunter Lab71.4562-29.4933-23.6021
CIE-Lab76.7153-30.4796-26.9550

#1dcfee color RGB value is (29,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001111 11101110
Octal 35 317 356
Decimal 29 207 238
Hex 1D CF EE

RGB Percentages of Color #1dcfee

%6.12
%43.67
%50.21

CMYK Percentages of Color #1dcfee

%88
%13
%0
%7

Triadic Colors of #1dcfee

#1dcfee #ee1dcf #cfee1d

Analogous Colors of #1dcfee

#1dcfee #1d67ee #1deea5

Monochromatic Colors of #1dcfee

#1dcfee

Complementary Color

#1dcfee #ee3c1d

#1dcfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcfee Color CSS Codes

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

#1dcfee Text Font Color

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

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


#1dcfee Background Color

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

This div background color is #1dcfee


#1dcfee Border Color

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

This div border color is #1dcfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcfee


Comments

No comments written yet.

Please login to write comment.