Color Hex Logo

#c2cefd Color Hex

#C2CEFD
(194,206,253)
0 Favorites   0 Comments

Color spaces of #c2cefd

RGB 194206253
HSL0.630.940.88
HSV228°23°99°
CMYK 0.230.190.00   0.01
XYZ62.049162.7038101.7612
Yxy62.70380.27390.2768
Hunter Lab79.18571.2957-20.7633
CIE-Lab83.28635.7881-24.3575

#c2cefd color RGB value is (194,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001110 11111101
Octal 302 316 375
Decimal 194 206 253
Hex C2 CE FD

RGB Percentages of Color #c2cefd

%29.71
%31.55
%38.74

CMYK Percentages of Color #c2cefd

%23
%19
%0
%1

Triadic Colors of #c2cefd

#c2cefd #fdc2ce #cefdc2

Analogous Colors of #c2cefd

#c2cefd #d4c2fd #c2ecfd

Monochromatic Colors of #c2cefd

#c2cefd

Complementary Color

#c2cefd #fdf1c2

#c2cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cefd Color CSS Codes

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

#c2cefd Text Font Color

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

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


#c2cefd Background Color

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

This div background color is #c2cefd


#c2cefd Border Color

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

This div border color is #c2cefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,206,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 #c2cefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cefd

Related Colors


Comments

No comments written yet.

Please login to write comment.