color codes Logo

#1ccedc color codes

#1CCEDC
(28,206,220)
0 Favorites   0 Comments

Color spaces of #1ccedc

RGB 28206220
HSL0.510.770.49
HSV184°87°86°
CMYK 0.870.060.00   0.14
XYZ35.468549.556875.4062
Yxy49.55680.22110.3089
Hunter Lab70.3966-33.2589-14.2316
CIE-Lab75.7964-35.6999-18.6783

#1ccedc color RGB value is (28,206,220).

#1ccedc hex color red value is 28, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1ccedc hue: 0.51 , saturation: 0.77 and the lightness value of 1ccedc is 0.49.

The process color (four color CMYK) of #1ccedc color code is 0.87, 0.06, 0.00, 0.14. Web safe color of #1ccedc is #33cccc. Color #1ccedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001110 11011100
Octal 34 316 334
Decimal 28 206 220
Hex 1C CE DC

RGB Percentages of Color #1ccedc

%6.17
%45.37
%48.46

CMYK Percentages of Color #1ccedc

%87
%6
%0
%14

Triadic Colors of #1ccedc

#1ccedc #dc1cce #cedc1c

Analogous Colors of #1ccedc

#1ccedc #1c6edc #1cdc8a

Monochromatic Colors of #1ccedc

#1ccedc

Complementary Color

#1ccedc #dc2a1c

#1ccedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccedc Color CSS Codes

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

#1ccedc Text Font Color

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

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


#1ccedc Background Color

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

This div background color is #1ccedc


#1ccedc Border Color

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

This div border color is #1ccedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccedc


Comments

No comments written yet.

Please login to write comment.