Color Hex Logo

#1dcefc Color Hex

#1DCEFC
(29,206,252)
0 Favorites   0 Comments

Color spaces of #1dcefc

RGB 29206252
HSL0.530.970.55
HSV192°88°99°
CMYK 0.880.180.00   0.01
XYZ40.148751.432199.9068
Yxy51.43210.20970.2686
Hunter Lab71.7162-25.5741-32.3947
CIE-Lab76.9400-25.4454-34.1043

#1dcefc color RGB value is (29,206,252).

#1dcefc hex color red value is 29, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #1dcefc hue: 0.53 , saturation: 0.97 and the lightness value of 1dcefc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001110 11111100
Octal 35 316 374
Decimal 29 206 252
Hex 1D CE FC

RGB Percentages of Color #1dcefc

%5.95
%42.30
%51.75

CMYK Percentages of Color #1dcefc

%88
%18
%0
%1

Triadic Colors of #1dcefc

#1dcefc #fc1dce #cefc1d

Analogous Colors of #1dcefc

#1dcefc #1d5ffc #1dfcbb

Monochromatic Colors of #1dcefc

#1dcefc

Complementary Color

#1dcefc #fc4b1d

#1dcefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcefc Color CSS Codes

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

#1dcefc Text Font Color

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

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


#1dcefc Background Color

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

This div background color is #1dcefc


#1dcefc Border Color

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

This div border color is #1dcefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcefc


Comments

No comments written yet.

Please login to write comment.