Color Hex Logo

#c1dfee Color Hex

#C1DFEE
(193,223,238)
0 Favorites   0 Comments

Color spaces of #c1dfee

RGB 193223238
HSL0.560.570.85
HSV200°19°93°
CMYK 0.190.060.00   0.07
XYZ63.812670.285991.0922
Yxy70.28590.28340.3121
Hunter Lab83.8367-10.8483-5.7355
CIE-Lab87.1369-6.7385-10.6310

#c1dfee color RGB value is (193,223,238).

#c1dfee hex color red value is 193, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c1dfee hue: 0.56 , saturation: 0.57 and the lightness value of c1dfee is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 11101110
Octal 301 337 356
Decimal 193 223 238
Hex C1 DF EE

RGB Percentages of Color #c1dfee

%29.51
%34.10
%36.39

CMYK Percentages of Color #c1dfee

%19
%6
%0
%7

Triadic Colors of #c1dfee

#c1dfee #eec1df #dfeec1

Analogous Colors of #c1dfee

#c1dfee #c1c9ee #c1eee7

Monochromatic Colors of #c1dfee

#c1dfee

Complementary Color

#c1dfee #eed0c1

#c1dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dfee Color CSS Codes

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

#c1dfee Text Font Color

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

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


#c1dfee Background Color

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

This div background color is #c1dfee


#c1dfee Border Color

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

This div border color is #c1dfee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,223,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dfee


Comments

No comments written yet.

Please login to write comment.