Color Hex Logo

#c3dddb Color Hex

#C3DDDB
(195,221,219)
0 Favorites   0 Comments

Color spaces of #c3dddb

RGB 195221219
HSL0.490.280.82
HSV175°12°87°
CMYK 0.120.000.01   0.13
XYZ61.148368.429577.0032
Yxy68.42950.29600.3312
Hunter Lab82.7221-12.81632.7145
CIE-Lab86.2208-8.9697-1.9458

#c3dddb color RGB value is (195,221,219).

#c3dddb hex color red value is 195, green value is 221 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c3dddb hue: 0.49 , saturation: 0.28 and the lightness value of c3dddb is 0.82.

The process color (four color CMYK) of #c3dddb color hex is 0.12, 0.00, 0.01, 0.13. Web safe color of #c3dddb is #cccccc. Color #c3dddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011101 11011011
Octal 303 335 333
Decimal 195 221 219
Hex C3 DD DB

RGB Percentages of Color #c3dddb

%30.71
%34.80
%34.49

CMYK Percentages of Color #c3dddb

%12
%0
%1
%13

Triadic Colors of #c3dddb

#c3dddb #dbc3dd #dddbc3

Analogous Colors of #c3dddb

#c3dddb #c3d2dd #c3ddce

Monochromatic Colors of #c3dddb

#c3dddb

Complementary Color

#c3dddb #ddc3c5

#c3dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dddb Color CSS Codes

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

#c3dddb Text Font Color

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

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


#c3dddb Background Color

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

This div background color is #c3dddb


#c3dddb Border Color

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

This div border color is #c3dddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,221,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3dddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3dddb;
  -webkit-box-shadow: 1px 1px 3px 2px #c3dddb;
  box-shadow:         1px 1px 3px 2px #c3dddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,221,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dddb


Comments

No comments written yet.

Please login to write comment.