Color Hex Logo

#c2cbda Color Hex

#C2CBDA
(194,203,218)
0 Favorites   0 Comments

Color spaces of #c2cbda

RGB 194203218
HSL0.600.240.81
HSV218°11°85°
CMYK 0.110.070.00   0.15
XYZ56.259059.243274.7996
Yxy59.24320.29560.3113
Hunter Lab76.9696-4.2267-3.7397
CIE-Lab81.4251-0.1240-8.4979

#c2cbda color RGB value is (194,203,218).

#c2cbda hex color red value is 194, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c2cbda hue: 0.60 , saturation: 0.24 and the lightness value of c2cbda is 0.81.

The process color (four color CMYK) of #c2cbda color hex is 0.11, 0.07, 0.00, 0.15. Web safe color of #c2cbda is #cccccc. Color #c2cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 11011010
Octal 302 313 332
Decimal 194 203 218
Hex C2 CB DA

RGB Percentages of Color #c2cbda

%31.54
%33.01
%35.45

CMYK Percentages of Color #c2cbda

%11
%7
%0
%15

Triadic Colors of #c2cbda

#c2cbda #dac2cb #cbdac2

Analogous Colors of #c2cbda

#c2cbda #c5c2da #c2d7da

Monochromatic Colors of #c2cbda

#c2cbda

Complementary Color

#c2cbda #dad1c2

#c2cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cbda Color CSS Codes

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

#c2cbda Text Font Color

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

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


#c2cbda Background Color

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

This div background color is #c2cbda


#c2cbda Border Color

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

This div border color is #c2cbda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,203,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2cbda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2cbda;
  -webkit-box-shadow: 1px 1px 3px 2px #c2cbda;
  box-shadow:         1px 1px 3px 2px #c2cbda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,203,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cbda


Comments

No comments written yet.

Please login to write comment.