Color Hex Logo

#ccadfd Color Hex

#CCADFD
(204,173,253)
0 Favorites   0 Comments

Color spaces of #ccadfd

RGB 204173253
HSL0.730.950.84
HSV263°32°99°
CMYK 0.190.320.00   0.01
XYZ57.575049.816499.5095
Yxy49.81640.27830.2408
Hunter Lab70.580722.0920-34.1845
CIE-Lab75.956426.6960-35.5422

#ccadfd color RGB value is (204,173,253).

#ccadfd hex color red value is 204, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ccadfd hue: 0.73 , saturation: 0.95 and the lightness value of ccadfd is 0.84.

The process color (four color CMYK) of #ccadfd color hex is 0.19, 0.32, 0.00, 0.01. Web safe color of #ccadfd is #cc99ff. Color #ccadfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11111101
Octal 314 255 375
Decimal 204 173 253
Hex CC AD FD

RGB Percentages of Color #ccadfd

%32.38
%27.46
%40.16

CMYK Percentages of Color #ccadfd

%19
%32
%0
%1

Triadic Colors of #ccadfd

#ccadfd #fdccad #adfdcc

Analogous Colors of #ccadfd

#ccadfd #f4adfd #adb6fd

Monochromatic Colors of #ccadfd

#ccadfd

Complementary Color

#ccadfd #defdad

#ccadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadfd Color CSS Codes

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

#ccadfd Text Font Color

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

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


#ccadfd Background Color

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

This div background color is #ccadfd


#ccadfd Border Color

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

This div border color is #ccadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadfd


Comments

No comments written yet.

Please login to write comment.