Color Hex Logo

#1cdfeb Color Hex

#1CDFEB
(28,223,235)
0 Favorites   0 Comments

Color spaces of #1cdfeb

RGB 28223235
HSL0.510.840.52
HSV183°88°92°
CMYK 0.880.050.00   0.08
XYZ41.862059.020487.7830
Yxy59.02040.22190.3128
Hunter Lab76.8247-37.1782-13.9698
CIE-Lab81.3028-38.9882-18.3796

#1cdfeb color RGB value is (28,223,235).

#1cdfeb hex color red value is 28, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1cdfeb hue: 0.51 , saturation: 0.84 and the lightness value of 1cdfeb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11011111 11101011
Octal 34 337 353
Decimal 28 223 235
Hex 1C DF EB

RGB Percentages of Color #1cdfeb

%5.76
%45.88
%48.35

CMYK Percentages of Color #1cdfeb

%88
%5
%0
%8

Triadic Colors of #1cdfeb

#1cdfeb #eb1cdf #dfeb1c

Analogous Colors of #1cdfeb

#1cdfeb #1c78eb #1ceb90

Monochromatic Colors of #1cdfeb

#1cdfeb

Complementary Color

#1cdfeb #eb281c

#1cdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cdfeb Color CSS Codes

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

#1cdfeb Text Font Color

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

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


#1cdfeb Background Color

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

This div background color is #1cdfeb


#1cdfeb Border Color

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

This div border color is #1cdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cdfeb


Comments

No comments written yet.

Please login to write comment.