Color Hex Logo

#ccbafd Color Hex

#CCBAFD
(204,186,253)
0 Favorites   0 Comments

Color spaces of #ccbafd

RGB 204186253
HSL0.710.940.86
HSV256°26°99°
CMYK 0.190.260.00   0.01
XYZ60.190455.0470100.3813
Yxy55.04700.27920.2553
Hunter Lab74.193714.9711-28.2816
CIE-Lab79.068319.5939-30.7420

#ccbafd color RGB value is (204,186,253).

#ccbafd hex color red value is 204, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ccbafd hue: 0.71 , saturation: 0.94 and the lightness value of ccbafd is 0.86.

The process color (four color CMYK) of #ccbafd color hex is 0.19, 0.26, 0.00, 0.01. Web safe color of #ccbafd is #ccccff. Color #ccbafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 11111101
Octal 314 272 375
Decimal 204 186 253
Hex CC BA FD

RGB Percentages of Color #ccbafd

%31.73
%28.93
%39.35

CMYK Percentages of Color #ccbafd

%19
%26
%0
%1

Triadic Colors of #ccbafd

#ccbafd #fdccba #bafdcc

Analogous Colors of #ccbafd

#ccbafd #eebafd #bacafd

Monochromatic Colors of #ccbafd

#ccbafd

Complementary Color

#ccbafd #ebfdba

#ccbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbafd Color CSS Codes

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

#ccbafd Text Font Color

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

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


#ccbafd Background Color

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

This div background color is #ccbafd


#ccbafd Border Color

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

This div border color is #ccbafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbafd

Related Colors


Comments

No comments written yet.

Please login to write comment.