Color Hex Logo

#1cbcca Color Hex

#1CBCCA
(28,188,202)
0 Favorites   0 Comments

Color spaces of #1cbcca

RGB 28188202
HSL0.510.760.45
HSV185°86°79°
CMYK 0.860.070.00   0.21
XYZ29.122840.477662.1551
Yxy40.47760.22100.3072
Hunter Lab63.6220-29.6306-13.3876
CIE-Lab69.8084-32.7821-17.9632

#1cbcca color RGB value is (28,188,202).

#1cbcca hex color red value is 28, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1cbcca hue: 0.51 , saturation: 0.76 and the lightness value of 1cbcca is 0.45.

The process color (four color CMYK) of #1cbcca color hex is 0.86, 0.07, 0.00, 0.21. Web safe color of #1cbcca is #33cccc. Color #1cbcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111100 11001010
Octal 34 274 312
Decimal 28 188 202
Hex 1C BC CA

RGB Percentages of Color #1cbcca

%6.70
%44.98
%48.33

CMYK Percentages of Color #1cbcca

%86
%7
%0
%21

Triadic Colors of #1cbcca

#1cbcca #ca1cbc #bcca1c

Analogous Colors of #1cbcca

#1cbcca #1c65ca #1cca81

Monochromatic Colors of #1cbcca

#1cbcca

Complementary Color

#1cbcca #ca2a1c

#1cbcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbcca Color CSS Codes

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

#1cbcca Text Font Color

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

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


#1cbcca Background Color

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

This div background color is #1cbcca


#1cbcca Border Color

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

This div border color is #1cbcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbcca


Comments

No comments written yet.

Please login to write comment.