Color Hex Logo

#1ceffd Color Hex

#1CEFFD
(28,239,253)
0 Favorites   0 Comments

Color spaces of #1ceffd

RGB 28239253
HSL0.510.980.55
HSV184°89°99°
CMYK 0.890.060.00   0.01
XYZ49.075069.0717103.6742
Yxy69.07170.22120.3114
Hunter Lab83.1094-40.0395-15.7843
CIE-Lab86.5395-40.8580-19.9662

#1ceffd color RGB value is (28,239,253).

#1ceffd hex color red value is 28, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1ceffd hue: 0.51 , saturation: 0.98 and the lightness value of 1ceffd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101111 11111101
Octal 34 357 375
Decimal 28 239 253
Hex 1C EF FD

RGB Percentages of Color #1ceffd

%5.38
%45.96
%48.65

CMYK Percentages of Color #1ceffd

%89
%6
%0
%1

Triadic Colors of #1ceffd

#1ceffd #fd1cef #effd1c

Analogous Colors of #1ceffd

#1ceffd #1c7ffd #1cfd9b

Monochromatic Colors of #1ceffd

#1ceffd

Complementary Color

#1ceffd #fd2a1c

#1ceffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ceffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ceffd Color CSS Codes

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

#1ceffd Text Font Color

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

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


#1ceffd Background Color

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

This div background color is #1ceffd


#1ceffd Border Color

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

This div border color is #1ceffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ceffd

Related Colors


Comments

No comments written yet.

Please login to write comment.