Color Hex Logo

#ccbef2 Color Hex

#CCBEF2
(204,190,242)
0 Favorites   0 Comments

Color spaces of #ccbef2

RGB 204190242
HSL0.710.670.85
HSV256°21°95°
CMYK 0.160.210.00   0.05
XYZ59.342356.075191.7003
Yxy56.07510.28650.2707
Hunter Lab74.883310.4090-20.1868
CIE-Lab79.656515.0324-23.9466

#ccbef2 color RGB value is (204,190,242).

#ccbef2 hex color red value is 204, green value is 190 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ccbef2 hue: 0.71 , saturation: 0.67 and the lightness value of ccbef2 is 0.85.

The process color (four color CMYK) of #ccbef2 color hex is 0.16, 0.21, 0.00, 0.05. Web safe color of #ccbef2 is #ccccff. Color #ccbef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11110010
Octal 314 276 362
Decimal 204 190 242
Hex CC BE F2

RGB Percentages of Color #ccbef2

%32.08
%29.87
%38.05

CMYK Percentages of Color #ccbef2

%16
%21
%0
%5

Triadic Colors of #ccbef2

#ccbef2 #f2ccbe #bef2cc

Analogous Colors of #ccbef2

#ccbef2 #e6bef2 #becaf2

Monochromatic Colors of #ccbef2

#ccbef2

Complementary Color

#ccbef2 #e4f2be

#ccbef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbef2 Color CSS Codes

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

#ccbef2 Text Font Color

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

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


#ccbef2 Background Color

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

This div background color is #ccbef2


#ccbef2 Border Color

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

This div border color is #ccbef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbef2


Comments

No comments written yet.

Please login to write comment.