Color Hex Logo

#1dcfeb Color Hex

#1DCFEB
(29,207,235)
0 Favorites   0 Comments

Color spaces of #1dcfeb

RGB 29207235
HSL0.520.840.52
HSV188°88°92°
CMYK 0.880.120.00   0.08
XYZ37.814950.885086.4260
Yxy50.88500.21590.2906
Hunter Lab71.3337-30.2089-21.9005
CIE-Lab76.6093-31.4346-25.5077

#1dcfeb color RGB value is (29,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001111 11101011
Octal 35 317 353
Decimal 29 207 235
Hex 1D CF EB

RGB Percentages of Color #1dcfeb

%6.16
%43.95
%49.89

CMYK Percentages of Color #1dcfeb

%88
%12
%0
%8

Triadic Colors of #1dcfeb

#1dcfeb #eb1dcf #cfeb1d

Analogous Colors of #1dcfeb

#1dcfeb #1d68eb #1deba0

Monochromatic Colors of #1dcfeb

#1dcfeb

Complementary Color

#1dcfeb #eb391d

#1dcfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcfeb Color CSS Codes

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

#1dcfeb Text Font Color

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

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


#1dcfeb Background Color

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

This div background color is #1dcfeb


#1dcfeb Border Color

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

This div border color is #1dcfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcfeb


Comments

No comments written yet.

Please login to write comment.