Color Hex Logo

#1cedef Color Hex

#1CEDEF
(28,237,239)
0 Favorites   0 Comments

Color spaces of #1cedef

RGB 28237239
HSL0.500.870.52
HSV181°88°94°
CMYK 0.880.010.00   0.06
XYZ46.343167.047292.1602
Yxy67.04720.22550.3262
Hunter Lab81.8824-42.2682-9.4144
CIE-Lab85.5278-44.0827-14.1390

#1cedef color RGB value is (28,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101101 11101111
Octal 34 355 357
Decimal 28 237 239
Hex 1C ED EF

RGB Percentages of Color #1cedef

%5.56
%47.02
%47.42

CMYK Percentages of Color #1cedef

%88
%1
%0
%6

Triadic Colors of #1cedef

#1cedef #ef1ced #edef1c

Analogous Colors of #1cedef

#1cedef #1c84ef #1cef88

Monochromatic Colors of #1cedef

#1cedef

Complementary Color

#1cedef #ef1e1c

#1cedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cedef Color CSS Codes

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

#1cedef Text Font Color

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

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


#1cedef Background Color

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

This div background color is #1cedef


#1cedef Border Color

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

This div border color is #1cedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cedef


Comments

No comments written yet.

Please login to write comment.