Color Hex Logo

#c6cdef Color Hex

#C6CDEF
(198,205,239)
0 Favorites   0 Comments

Color spaces of #c6cdef

RGB 198205239
HSL0.640.560.86
HSV230°17°94°
CMYK 0.170.140.00   0.06
XYZ60.700061.900490.4101
Yxy61.90040.28500.2906
Hunter Lab78.67680.0303-13.0583
CIE-Lab82.86044.4571-17.5327

#c6cdef color RGB value is (198,205,239).

#c6cdef hex color red value is 198, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c6cdef hue: 0.64 , saturation: 0.56 and the lightness value of c6cdef is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001101 11101111
Octal 306 315 357
Decimal 198 205 239
Hex C6 CD EF

RGB Percentages of Color #c6cdef

%30.84
%31.93
%37.23

CMYK Percentages of Color #c6cdef

%17
%14
%0
%6

Triadic Colors of #c6cdef

#c6cdef #efc6cd #cdefc6

Analogous Colors of #c6cdef

#c6cdef #d4c6ef #c6e2ef

Monochromatic Colors of #c6cdef

#c6cdef

Complementary Color

#c6cdef #efe8c6

#c6cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cdef Color CSS Codes

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

#c6cdef Text Font Color

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

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


#c6cdef Background Color

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

This div background color is #c6cdef


#c6cdef Border Color

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

This div border color is #c6cdef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,205,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6cdef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6cdef;
  -webkit-box-shadow: 1px 1px 3px 2px #c6cdef;
  box-shadow:         1px 1px 3px 2px #c6cdef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,205,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cdef


Comments

No comments written yet.

Please login to write comment.