Color Hex Logo

#1ccfea Color Hex

#1CCFEA
(28,207,234)
0 Favorites   0 Comments

Color spaces of #1ccfea

RGB 28207234
HSL0.520.830.51
HSV188°88°92°
CMYK 0.880.120.00   0.08
XYZ37.643050.813085.6658
Yxy50.81300.21620.2918
Hunter Lab71.2832-30.4840-21.3545
CIE-Lab76.5656-31.8043-25.0385

#1ccfea color RGB value is (28,207,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001111 11101010
Octal 34 317 352
Decimal 28 207 234
Hex 1C CF EA

RGB Percentages of Color #1ccfea

%5.97
%44.14
%49.89

CMYK Percentages of Color #1ccfea

%88
%12
%0
%8

Triadic Colors of #1ccfea

#1ccfea #ea1ccf #cfea1c

Analogous Colors of #1ccfea

#1ccfea #1c68ea #1cea9e

Monochromatic Colors of #1ccfea

#1ccfea

Complementary Color

#1ccfea #ea371c

#1ccfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccfea Color CSS Codes

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

#1ccfea Text Font Color

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

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


#1ccfea Background Color

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

This div background color is #1ccfea


#1ccfea Border Color

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

This div border color is #1ccfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccfea


Comments

No comments written yet.

Please login to write comment.