Color Hex Logo

#ccdfe3 Color Hex

#CCDFE3
(204,223,227)
0 Favorites   0 Comments

Color spaces of #ccdfe3

RGB 204223227
HSL0.530.290.85
HSV190°10°89°
CMYK 0.100.020.00   0.11
XYZ65.154671.158882.9740
Yxy71.15880.29710.3245
Hunter Lab84.3557-9.75270.7301
CIE-Lab87.5621-5.5234-4.1245

#ccdfe3 color RGB value is (204,223,227).

#ccdfe3 hex color red value is 204, green value is 223 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ccdfe3 hue: 0.53 , saturation: 0.29 and the lightness value of ccdfe3 is 0.85.

The process color (four color CMYK) of #ccdfe3 color hex is 0.10, 0.02, 0.00, 0.11. Web safe color of #ccdfe3 is #cccccc. Color #ccdfe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11100011
Octal 314 337 343
Decimal 204 223 227
Hex CC DF E3

RGB Percentages of Color #ccdfe3

%31.19
%34.10
%34.71

CMYK Percentages of Color #ccdfe3

%10
%2
%0
%11

Triadic Colors of #ccdfe3

#ccdfe3 #e3ccdf #dfe3cc

Analogous Colors of #ccdfe3

#ccdfe3 #ccd4e3 #cce3dc

Monochromatic Colors of #ccdfe3

#ccdfe3

Complementary Color

#ccdfe3 #e3d0cc

#ccdfe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfe3 Color CSS Codes

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

#ccdfe3 Text Font Color

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

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


#ccdfe3 Background Color

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

This div background color is #ccdfe3


#ccdfe3 Border Color

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

This div border color is #ccdfe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfe3

#ccdfe3 Color Palettes


Comments

No comments written yet.

Please login to write comment.