Color Hex Logo

#ccbeff Color Hex

#CCBEFF
(204,190,255)
0 Favorites   0 Comments

Color spaces of #ccbeff

RGB 204190255
HSL0.701.000.87
HSV253°25°100°
CMYK 0.200.250.00   0.00
XYZ61.365356.8843102.3532
Yxy56.88430.27820.2579
Hunter Lab75.421713.2449-27.6661
CIE-Lab80.114517.8605-30.2046

#ccbeff color RGB value is (204,190,255).

#ccbeff hex color red value is 204, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ccbeff hue: 0.70 , saturation: 1.00 and the lightness value of ccbeff is 0.87.

The process color (four color CMYK) of #ccbeff color hex is 0.20, 0.25, 0.00, 0.00. Web safe color of #ccbeff is #ccccff. Color #ccbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11111111
Octal 314 276 377
Decimal 204 190 255
Hex CC BE FF

RGB Percentages of Color #ccbeff

%31.43
%29.28
%39.29

CMYK Percentages of Color #ccbeff

%20
%25
%0
%0

Triadic Colors of #ccbeff

#ccbeff #ffccbe #beffcc

Analogous Colors of #ccbeff

#ccbeff #edbeff #bed1ff

Monochromatic Colors of #ccbeff

#ccbeff

Complementary Color

#ccbeff #f1ffbe

#ccbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeff Color CSS Codes

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

#ccbeff Text Font Color

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

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


#ccbeff Background Color

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

This div background color is #ccbeff


#ccbeff Border Color

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

This div border color is #ccbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.