Color Hex Logo

#1ccdff Color Hex

#1CCDFF
(28,205,255)
1 Favorites   0 Comments

Color spaces of #1ccdff

RGB 28205255
HSL0.541.000.55
HSV193°89°100°
CMYK 0.890.200.00   0.00
XYZ40.360251.1295102.3495
Yxy51.12950.20820.2638
Hunter Lab71.5049-24.3811-34.8121
CIE-Lab76.7574-24.0006-35.9904

#1ccdff color RGB value is (28,205,255).

#1ccdff hex color red value is 28, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1ccdff hue: 0.54 , saturation: 1.00 and the lightness value of 1ccdff is 0.55.

The process color (four color CMYK) of #1ccdff color hex is 0.89, 0.20, 0.00, 0.00. Web safe color of #1ccdff is #33ccff. Color #1ccdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001101 11111111
Octal 34 315 377
Decimal 28 205 255
Hex 1C CD FF

RGB Percentages of Color #1ccdff

%5.74
%42.01
%52.25

CMYK Percentages of Color #1ccdff

%89
%20
%0
%0

Triadic Colors of #1ccdff

#1ccdff #ff1ccd #cdff1c

Analogous Colors of #1ccdff

#1ccdff #1c5cff #1cffc0

Monochromatic Colors of #1ccdff

#1ccdff

Complementary Color

#1ccdff #ff4e1c

#1ccdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccdff Color CSS Codes

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

#1ccdff Text Font Color

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

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


#1ccdff Background Color

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

This div background color is #1ccdff


#1ccdff Border Color

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

This div border color is #1ccdff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,205,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ccdff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ccdff;
  -webkit-box-shadow: 1px 1px 3px 2px #1ccdff;
  box-shadow:         1px 1px 3px 2px #1ccdff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,205,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccdff


Comments

No comments written yet.

Please login to write comment.