Color Hex Logo

#c3dfee Color Hex

#C3DFEE
(195,223,238)
0 Favorites   0 Comments

Color spaces of #c3dfee

RGB 195223238
HSL0.560.560.85
HSV201°18°93°
CMYK 0.180.060.00   0.07
XYZ64.326070.550591.1162
Yxy70.55050.28460.3122
Hunter Lab83.9943-10.2882-5.5211
CIE-Lab87.2662-6.1247-10.4247

#c3dfee color RGB value is (195,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011111 11101110
Octal 303 337 356
Decimal 195 223 238
Hex C3 DF EE

RGB Percentages of Color #c3dfee

%29.73
%33.99
%36.28

CMYK Percentages of Color #c3dfee

%18
%6
%0
%7

Triadic Colors of #c3dfee

#c3dfee #eec3df #dfeec3

Analogous Colors of #c3dfee

#c3dfee #c3caee #c3eee8

Monochromatic Colors of #c3dfee

#c3dfee

Complementary Color

#c3dfee #eed2c3

#c3dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dfee Color CSS Codes

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

#c3dfee Text Font Color

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

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


#c3dfee Background Color

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

This div background color is #c3dfee


#c3dfee Border Color

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

This div border color is #c3dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dfee


Comments

No comments written yet.

Please login to write comment.