Color Hex Logo

#c2dbfe Color Hex

#C2DBFE
(194,219,254)
0 Favorites   0 Comments

Color spaces of #c2dbfe

RGB 194219254
HSL0.600.970.88
HSV215°24°100°
CMYK 0.240.140.00   0.00
XYZ65.469069.2881103.6893
Yxy69.28810.27460.2906
Hunter Lab83.2395-5.2764-15.5884
CIE-Lab86.6465-0.8689-19.7913

#c2dbfe color RGB value is (194,219,254).

#c2dbfe hex color red value is 194, green value is 219 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c2dbfe hue: 0.60 , saturation: 0.97 and the lightness value of c2dbfe is 0.88.

The process color (four color CMYK) of #c2dbfe color hex is 0.24, 0.14, 0.00, 0.00. Web safe color of #c2dbfe is #ccccff. Color #c2dbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011011 11111110
Octal 302 333 376
Decimal 194 219 254
Hex C2 DB FE

RGB Percentages of Color #c2dbfe

%29.09
%32.83
%38.08

CMYK Percentages of Color #c2dbfe

%24
%14
%0
%0

Triadic Colors of #c2dbfe

#c2dbfe #fec2db #dbfec2

Analogous Colors of #c2dbfe

#c2dbfe #c7c2fe #c2f9fe

Monochromatic Colors of #c2dbfe

#c2dbfe

Complementary Color

#c2dbfe #fee5c2

#c2dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dbfe Color CSS Codes

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

#c2dbfe Text Font Color

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

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


#c2dbfe Background Color

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

This div background color is #c2dbfe


#c2dbfe Border Color

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

This div border color is #c2dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dbfe


Comments

No comments written yet.

Please login to write comment.