Color Hex Logo

#c1cbef Color Hex

#C1CBEF
(193,203,239)
0 Favorites   0 Comments

Color spaces of #c1cbef

RGB 193203239
HSL0.630.590.85
HSV227°19°94°
CMYK 0.190.150.00   0.06
XYZ58.928260.281390.1910
Yxy60.28130.28140.2879
Hunter Lab77.6410-0.3934-14.5250
CIE-Lab81.99093.9743-18.8800

#c1cbef color RGB value is (193,203,239).

#c1cbef hex color red value is 193, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c1cbef hue: 0.63 , saturation: 0.59 and the lightness value of c1cbef is 0.85.

The process color (four color CMYK) of #c1cbef color hex is 0.19, 0.15, 0.00, 0.06. Web safe color of #c1cbef is #ccccff. Color #c1cbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001011 11101111
Octal 301 313 357
Decimal 193 203 239
Hex C1 CB EF

RGB Percentages of Color #c1cbef

%30.39
%31.97
%37.64

CMYK Percentages of Color #c1cbef

%19
%15
%0
%6

Triadic Colors of #c1cbef

#c1cbef #efc1cb #cbefc1

Analogous Colors of #c1cbef

#c1cbef #cec1ef #c1e2ef

Monochromatic Colors of #c1cbef

#c1cbef

Complementary Color

#c1cbef #efe5c1

#c1cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cbef Color CSS Codes

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

#c1cbef Text Font Color

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

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


#c1cbef Background Color

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

This div background color is #c1cbef


#c1cbef Border Color

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

This div border color is #c1cbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cbef


Comments

No comments written yet.

Please login to write comment.