Color Hex Logo

#1ccfed Color Hex

#1CCFED
(28,207,237)
0 Favorites   0 Comments

Color spaces of #1ccfed

RGB 28207237
HSL0.520.850.52
HSV189°88°93°
CMYK 0.880.130.00   0.07
XYZ38.077850.986987.9553
Yxy50.98690.21510.2880
Hunter Lab71.4051-29.7713-23.0486
CIE-Lab76.6711-30.8507-26.4870

#1ccfed color RGB value is (28,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001111 11101101
Octal 34 317 355
Decimal 28 207 237
Hex 1C CF ED

RGB Percentages of Color #1ccfed

%5.93
%43.86
%50.21

CMYK Percentages of Color #1ccfed

%88
%13
%0
%7

Triadic Colors of #1ccfed

#1ccfed #ed1ccf #cfed1c

Analogous Colors of #1ccfed

#1ccfed #1c67ed #1ceda3

Monochromatic Colors of #1ccfed

#1ccfed

Complementary Color

#1ccfed #ed3a1c

#1ccfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccfed Color CSS Codes

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

#1ccfed Text Font Color

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

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


#1ccfed Background Color

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

This div background color is #1ccfed


#1ccfed Border Color

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

This div border color is #1ccfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccfed


Comments

No comments written yet.

Please login to write comment.