Color Hex Logo

#ccbef0 Color Hex

#CCBEF0
(204,190,240)
1 Favorites   0 Comments

Color spaces of #ccbef0

RGB 204190240
HSL0.710.630.84
HSV257°21°94°
CMYK 0.150.210.00   0.06
XYZ59.043555.955690.1267
Yxy55.95560.28780.2728
Hunter Lab74.80359.9866-19.0729
CIE-Lab79.588514.6070-22.9773

#ccbef0 color RGB value is (204,190,240).

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

The process color (four color CMYK) of #ccbef0 color hex is 0.15, 0.21, 0.00, 0.06. Web safe color of #ccbef0 is #ccccff. Color #ccbef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11110000
Octal 314 276 360
Decimal 204 190 240
Hex CC BE F0

RGB Percentages of Color #ccbef0

%32.18
%29.97
%37.85

CMYK Percentages of Color #ccbef0

%15
%21
%0
%6

Triadic Colors of #ccbef0

#ccbef0 #f0ccbe #bef0cc

Analogous Colors of #ccbef0

#ccbef0 #e5bef0 #bec9f0

Monochromatic Colors of #ccbef0

#ccbef0

Complementary Color

#ccbef0 #e2f0be

#ccbef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbef0 Color CSS Codes

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

#ccbef0 Text Font Color

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

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


#ccbef0 Background Color

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

This div background color is #ccbef0


#ccbef0 Border Color

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

This div border color is #ccbef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbef0


Comments

No comments written yet.

Please login to write comment.