Color Hex Logo

#c2ccfd Color Hex

#C2CCFD
(194,204,253)
0 Favorites   0 Comments

Color spaces of #c2ccfd

RGB 194204253
HSL0.640.940.88
HSV230°23°99°
CMYK 0.230.190.00   0.01
XYZ61.570661.7469101.6017
Yxy61.74690.27370.2745
Hunter Lab78.57922.3498-21.6556
CIE-Lab82.77866.8584-25.1306

#c2ccfd color RGB value is (194,204,253).

#c2ccfd hex color red value is 194, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c2ccfd hue: 0.64 , saturation: 0.94 and the lightness value of c2ccfd is 0.88.

The process color (four color CMYK) of #c2ccfd color hex is 0.23, 0.19, 0.00, 0.01. Web safe color of #c2ccfd is #ccccff. Color #c2ccfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 11111101
Octal 302 314 375
Decimal 194 204 253
Hex C2 CC FD

RGB Percentages of Color #c2ccfd

%29.80
%31.34
%38.86

CMYK Percentages of Color #c2ccfd

%23
%19
%0
%1

Triadic Colors of #c2ccfd

#c2ccfd #fdc2cc #ccfdc2

Analogous Colors of #c2ccfd

#c2ccfd #d6c2fd #c2eafd

Monochromatic Colors of #c2ccfd

#c2ccfd

Complementary Color

#c2ccfd #fdf3c2

#c2ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ccfd Color CSS Codes

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

#c2ccfd Text Font Color

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

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


#c2ccfd Background Color

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

This div background color is #c2ccfd


#c2ccfd Border Color

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

This div border color is #c2ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ccfd


Comments

No comments written yet.

Please login to write comment.