Color Hex Logo

#1cb7ca Color Hex

#1CB7CA
(28,183,202)
0 Favorites   0 Comments

Color spaces of #1cb7ca

RGB 28183202
HSL0.520.760.45
HSV187°86°79°
CMYK 0.860.090.00   0.21
XYZ28.073038.378161.8052
Yxy38.37810.21890.2992
Hunter Lab61.9501-27.5244-15.7863
CIE-Lab68.2984-30.3735-20.2547

#1cb7ca color RGB value is (28,183,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10110111 11001010
Octal 34 267 312
Decimal 28 183 202
Hex 1C B7 CA

RGB Percentages of Color #1cb7ca

%6.78
%44.31
%48.91

CMYK Percentages of Color #1cb7ca

%86
%9
%0
%21

Triadic Colors of #1cb7ca

#1cb7ca #ca1cb7 #b7ca1c

Analogous Colors of #1cb7ca

#1cb7ca #1c60ca #1cca86

Monochromatic Colors of #1cb7ca

#1cb7ca

Complementary Color

#1cb7ca #ca2f1c

#1cb7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb7ca Color CSS Codes

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

#1cb7ca Text Font Color

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

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


#1cb7ca Background Color

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

This div background color is #1cb7ca


#1cb7ca Border Color

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

This div border color is #1cb7ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,183,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 #1cb7ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb7ca


Comments

No comments written yet.

Please login to write comment.